From 55db4d9e23d78dceb0b5d760ed57c39bcab7ffa6 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 Jan 2016 11:00:23 -0800 Subject: [PATCH] Add squashing fix to the changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ab00a698a..c2fdda4fed4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,9 @@ Ansible Changes By Release localhost but with an alternate port. * Fix tracebacks when playbooks or ansible itself were located in directories with unicode characters. +* Fix a bug with squashing loops for special modules (mostly package managers). + The optimization was squashing when the loop did not apply to the selection + of packages. This has now been fixed. ## 2.0 "Over the Hills and Far Away" - Jan 12, 2016