summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-18 19:42:49 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-18 19:42:49 -0800
commitff31828ec3aaf2cb1a6137744be336b7ea410fbe (patch)
tree8dcbeead1d84f4c798c756adc5629fece780e606
parent649ffc10a2a1ea848535e9a0fba91cde4018a399 (diff)
downloadansible-ff31828ec3aaf2cb1a6137744be336b7ea410fbe.tar.gz
Revert "Add another commit related to memory optimization of includes"
This reverts commit 794c531158e8db021d486015235357d7b9e93009. This commit is proving to cause a behaviur change that may break playbooks so we're reverting it from 2.4.3 for now
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 503a011cdc..36b92f27b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,7 +63,6 @@ Ansible Changes By Release
https://github.com/ansible/ansible/pull/34854
* fixes memory usage issues with many blocks/includes
https://github.com/ansible/ansible/issues/31673
- https://github.com/ansible/ansible/pull/34461
* Fix to win_dns_client module to take ordering of DNS servers to resolve into account:
https://github.com/ansible/ansible/pull/34656
* Fix for the nxos_banner module where some nxos images nest the output inside of an additional dict: