Skip to content

Commit

Permalink
Clarify what "performance improvement" means in changelog for deepish…
Browse files Browse the repository at this point in the history
…-copy (ansible#45606)
  • Loading branch information
ryansb authored Sep 13, 2018
1 parent b52148d commit eb882a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/CHANGELOG-v2.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Minor Changes
- passwordstore - Add backup option when overwriting password (off by default)
- puppet - Add support for --debug, --verbose, --summarize https://github.com/ansible/ansible/issues/37986
- puppet - Add support for setting logdest to both stdout and syslog via 'all'
- replace copy.deepcopy in high workload areas with a custom function to improve performance (https://github.com/ansible/ansible/pull/44337)
- replace copy.deepcopy in high workload areas with a custom function to improve speed of fact-cache updates and reduce memory usage (https://github.com/ansible/ansible/pull/44337)
- roles - removed deprecated functionality for non YAML role specs (https://github.com/ansible/ansible/pull/44320)
- roles - removed deprecated special casing functionality of connection, port, and remote_user for role params (https://github.com/ansible/ansible/pull/44320)
- service - removed deprecated state=running (https://github.com/ansible/ansible/pull/44320)
Expand Down

0 comments on commit eb882a1

Please sign in to comment.