From 794c531158e8db021d486015235357d7b9e93009 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 18 Jan 2018 09:23:05 -0800 Subject: [PATCH] Add another commit related to memory optimization of includes --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b92f27b19..503a011cdc9 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: