diff options
author | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-06 01:36:14 +0100 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-03-07 06:02:40 +0100 |
commit | 493907665b536ca183518e425573a1351ecff6b1 (patch) | |
tree | 46de009898ffc8964a65d5324d6250e01a03d00a /CHANGELOG.md | |
parent | Add and subtract some things from the tarball (diff) | |
download | ansible-493907665b536ca183518e425573a1351ecff6b1.tar.xz ansible-493907665b536ca183518e425573a1351ecff6b1.zip |
Add no_log w/ skipped tasks to the CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index edebe0739a..b5adaa6e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,8 @@ in progress, details pending * Optimize the plugin loader to cache available plugins much more efficiently. For some use cases this can lead to dramatic improvements in startup time. +* Fix skipped tasks to not display their parameters if no_log is specified. + ## 1.8.4 "You Really Got Me" - Feb 19, 2015 * Fixed regressions in ec2 and mount modules, introduced in 1.8.3 |