summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2016-08-08 18:04:11 +0200
committerBrian Coca <bcoca@users.noreply.github.com>2016-08-08 12:04:11 -0400
commit3d07f848f26bd5a5816fdced088a6fe53d307119 (patch)
treef6463a738cb8ba060fb7837385bcd53163b81833
parente54a9d3a514c6fbd0214209a069372af3a2150ed (diff)
downloadansible-3d07f848f26bd5a5816fdced088a6fe53d307119.tar.gz
changelog: inform about regression fix breaking related 2.x tasks (#16985)
See #16805
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49e7714efb..55a472eceb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,7 +13,8 @@ Ansible Changes By Release
- ansible_date_time.iso8601 (changed to UTC instead of local time)
- ansible_distribution (now uses OS caption string, e.g.: "Microsoft Windows Server 2012 R2 Standard", version is still available on ansible_distribution_version)
- ansible_totalmem (renamed to ansible_memtotal_mb, units changed to MB instead of bytes)
-- Added the ability to specify serial batches as a list (`serial: [1, 5, 10]`), which allows for so-called "canary" actions in one play.
+* Added the ability to specify serial batches as a list (`serial: [1, 5, 10]`), which allows for so-called "canary" actions in one play.
+* Fixed 'local type' plugins and actions to have a more predictable relative path. Fixes a regression of 1.9 (PR #16805). Existing users of 2.x will need to adjust related tasks.
####New Modules:
- archive