summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-10-03 15:20:21 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-10-03 15:20:21 -0700
commit34bb2810a5f0bf5d1f14b2c9406a382fd52175b0 (patch)
tree192faa7405eab711d9cd32c3d0ed1b7754e41db6 /CHANGELOG.md
parent6a1dffc5076eac37ef6733cf864c53a906667fba (diff)
downloadansible-34bb2810a5f0bf5d1f14b2c9406a382fd52175b0.tar.gz
Add monit module fix to changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0dcf57602..c046acad71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -82,6 +82,7 @@ Ansible Changes By Release
* Updated return values for win_reg_stat to correctly show what is being returned (https://github.com/ansible/ansible/pull/31252)
* reduced normal error redundancy and verbosity, display on increased and when needed
* Give an informative error instead of a traceback if include_vars dir is file instead of directory (https://github.com/ansible/ansible/pull/31157)
+* Fix monit module's version check for color support (https://github.com/ansible/ansible/pull/31212)
<a id="2.4"></a>