summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-04-26 10:36:17 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-04-26 10:36:17 -0700
commit51087d2e636da773add46b27fe34d6f274eff053 (patch)
tree9b1f4f845bfac65c1ae7ce606e10f76049ec76b0
parent909216959a28de936511131686fa5fa023d489f6 (diff)
downloadansible-51087d2e636da773add46b27fe34d6f274eff053.tar.gz
Add uri fixes to the changelog
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2552a3f7b2..316a18f094 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,11 @@ Ansible Changes By Release
####New Filters:
* extract
+## 2.0.3 "Over the Hills and Far Away"
+
+* Backport fix to uri module to return the body of an error response
+* Backport fix to uri module to handle file:/// uris.
+
## 2.0.2 "Over the Hills and Far Away"
* Backport of the 2.1 feature to ensure per-item callbacks are sent as they occur,