summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2018-01-18 09:23:05 -0800
committerToshio Kuratomi <a.badger@gmail.com>2018-01-19 08:06:07 -0800
commit95e162dc325c2ae11880a641ef4df3e1cc403868 (patch)
tree98f51e950fa45ccf2639ecbe87c29e049c6d570e
parent4f0c962b4d3835d370289a74383b022295cc0cde (diff)
downloadansible-95e162dc325c2ae11880a641ef4df3e1cc403868.tar.gz
Add another commit related to memory optimization of includes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 36b92f27b1..503a011cdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -63,6 +63,7 @@ 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: