summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-02-18 02:15:30 -0800
committerBrian Coca <brian.coca+git@gmail.com>2016-02-18 02:16:17 -0800
commitfcf9cdde016a025be60bc172de2d1684e371206c (patch)
tree5e7186ade5bfbd98e3825f3519ce8ee10052defc
parent22082216a4f7209ac37227acb155edf5caab8ace (diff)
downloadansible-fcf9cdde016a025be60bc172de2d1684e371206c.tar.gz
updated diff info, added slack callback
also added note about callback new info access
-rw-r--r--CHANGELOG.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c379fb31cc..668d0f1f68 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ Ansible Changes By Release
###Major Changes:
-* added facility for modules to send back 'diff' for display when ansible is called with --diff, file, puppet and other module already implement this
+* added facility for modules to send back 'diff' for display when ansible is called with --diff, updated several modules to return this info
####New Modules:
* aws: ec2_vol_facts
@@ -17,6 +17,13 @@ Ansible Changes By Release
####New Filters:
* extract
+####New Callbacks:
+* slack
+
+###Minor Changes:
+
+* callbacks now have access to the options with which the CLI was called
+
## 2.0 "Over the Hills and Far Away"
###Major Changes: