summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-11-15 15:37:17 -0500
committerBrian Coca <brian.coca+git@gmail.com>2016-11-15 15:37:17 -0500
commit387ad9a980f97603b4c9f7c87548407b44140274 (patch)
tree9e0690a54c1172b38fcde4e77e6e2327cc4766a5
parentf94100aa87ae4a86f0f9d68d6825aaa39408504f (diff)
downloadansible-387ad9a980f97603b4c9f7c87548407b44140274.tar.gz
updated changelog with configurable strategy
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06ba07090f..624a7e4984 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,7 @@ Ansible Changes By Release
* removed 'package' from default squash actions as not all package managers support it and it creates errors when using loops,
any user can add back via config options if they don't use those package managers or othewise avoid the errors.
* Blocks can now have a `name` field, to aid in playbook readability.
+* default strategy is now configurable via ansible.cfg or environment variable.
###Deprecations:
* Specifying --tags (or --skip-tags) multiple times on the command line