From 2a42ed520bed43b710f5ce5d4a4c19c5811cd8ad Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Sun, 17 Sep 2017 12:53:12 -0400 Subject: [PATCH] updated chnlog --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c218fecab9a..3575b4fdaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,28 @@ Ansible Changes By Release ========================== + + +## 2.5 "TBD" - ACTIVE DEVELOPMENT + +### Major Changes +* Removed the previouslly deprecated 'accelerate' mode and all associated keywords and code. + +### Deprecations +* previouslly deprecated 'hostfile' config settings have been 're-deprecated' as previouslly code did not warn about deprecated configuration settings. + +#### Deprecated Modules (to be removed in 2.9): + +#### Removed Modules (previouslly deprecated): +* accelerate + +### Minor Changes +* added a few new magic vars corresponding to configuration/command line options: + ansible_diff_mode, ansible_inventory_sources, ansible_limit, ansible_run_tags , ansible_forks and ansible_skip_tags -## 2.4 "Dancing Days" - ACTIVE DEVELOPMENT +## 2.4 "Dancing Days" - RELEASE CANDIDATE ### Major Changes