summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2016-01-28 16:32:19 -0500
committerJames Cammarata <jimi@sngx.net>2016-01-28 16:32:19 -0500
commit1e56daf66ce41202222561b5d7ff8ea228468056 (patch)
tree8c2104c2f5a602ffece8ee85ab9e137fa7f6b0f6 /CHANGELOG.md
parent506b0a8b61ec3c433a377c015994dede251fc798 (diff)
downloadansible-1e56daf66ce41202222561b5d7ff8ea228468056.tar.gz
More CHANGELOG updates for 2.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3d682ea6ca..52e5c2ac4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,7 +1,6 @@
Ansible Changes By Release
==========================
-## 2.0 "Over the Hills and Far Away" - ACTIVE DEVELOPMENT
## 2.1 TBD - ACTIVE DEVELOPMENT
####New Modules:
@@ -25,6 +24,10 @@ Ansible Changes By Release
* Fix a regression where synchronize was unable to deal with unicode paths.
* Fix a regression where synchronize deals with inventory hosts that use
localhost but with an alternate port.
+* Fixes a regression where the retry files feature was not implemented.
+* Fixes a regression where the any_errors_fatal option was implemented in 2.0
+ incorrectly, and also adds a feature where any_errors_fatal can be set at
+ the block level.
* Fix tracebacks when playbooks or ansible itself were located in directories
with unicode characters.
* Fix bug when sending unicode characters to an external pager for display.