From 3af028fdd74f9062e1ef1c59317faa418ab9ae0b Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Tue, 19 Dec 2017 07:30:16 +1000 Subject: [PATCH] Fixed up changelog around get_md5 deprecation --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad367c550c..ee4601ae96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,8 +16,8 @@ Ansible Changes By Release * Previously deprecated 'hostfile' config settings have been 're-deprecated' as previously code did not warn about deprecated configuration settings. * Using Ansible provided Jinja tests as filters is deprecated and will be removed in Ansible 2.9 * `stat` and `win_stat` have deprecated `get_md5` and the `md5` return value - and these options will be removed in Ansible 2.9. `get_md5: no` will still be - allowed in 2.9 but will finally be removed 2 versions after that. + and these options will become undocumented in Ansible 2.9 and removed in a + later version. * The `redis_kv` lookup in favor of new `redis` lookup ### Minor Changes