summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Brown <sb@ryansb.com>2018-09-13 10:29:48 -0400
committerGitHub <noreply@github.com>2018-09-13 10:29:48 -0400
commiteb882a144bd1ceaed8c4144b070bcc92d54c7adb (patch)
tree1cb83ce81ed06b89214b5a0b3acc867a9e7b6272
parentb52148d65da9d93c3442165c9bbfb343b2244df9 (diff)
downloadansible-eb882a144bd1ceaed8c4144b070bcc92d54c7adb.tar.gz
Clarify what "performance improvement" means in changelog for deepish-copy (#45606)
-rw-r--r--changelogs/CHANGELOG-v2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/changelogs/CHANGELOG-v2.7.rst b/changelogs/CHANGELOG-v2.7.rst
index 091a840d32..6282e9ee8b 100644
--- a/changelogs/CHANGELOG-v2.7.rst
+++ b/changelogs/CHANGELOG-v2.7.rst
@@ -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)