From eb882a144bd1ceaed8c4144b070bcc92d54c7adb Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Thu, 13 Sep 2018 10:29:48 -0400 Subject: [PATCH] Clarify what "performance improvement" means in changelog for deepish-copy (#45606) --- changelogs/CHANGELOG-v2.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/CHANGELOG-v2.7.rst b/changelogs/CHANGELOG-v2.7.rst index 091a840d3237de..6282e9ee8b9f2d 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)