summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn R Barker <john@johnrbarker.com>2016-08-15 10:10:22 +0100
committerGitHub <noreply@github.com>2016-08-15 10:10:22 +0100
commita8a8ef4682e445dddd9daf8c25fa1169a8fbf564 (patch)
tree07673e2b89e3088c629891dbdea82fac68fa7de6
parent3c65c03a6743f07d4068c545d6da1128d6d5b6c5 (diff)
downloadansible-a8a8ef4682e445dddd9daf8c25fa1169a8fbf564.tar.gz
2.1 has been released
Also link to new feature documentation - We need to do more of this Thanks to kustodian for suggesting this
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 55a472eceb..3c7af9b127 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -66,7 +66,7 @@ Ansible Changes By Release
###Minor Changes:
* now -vvv shows exact path from which 'currently executing module' was picked up from.
-## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT
+## 2.1 "The Song Remains the Same"
###Major Changes:
@@ -75,7 +75,7 @@ Ansible Changes By Release
* Added new modules for Azure (see below for the full list)
* Added the ability to specify includes as "static" (either through a configuration option or on a per-include basis). When includes are static,
they are loaded at compile time and cannot contain dynamic features like loops.
-* Added a new strategy `debug`, which allows per-task debugging of playbooks.
+* Added a new strategy `debug`, which allows per-task debugging of playbooks, for more details see https://docs.ansible.com/ansible/playbooks_debugger.html
* Added a new option for tasks: `loop_control`. This currently only supports one option - `loop_var`, which allows a different loop variable from `item` to be used.
* Added the ability to filter facts returned by the fact gathering setup step using the `gather_subset` option on the play or in the ansible.cfg configuration file.
See http://docs.ansible.com/ansible/intro_configuration.html#gathering for details on the format of the option.