Skip to content

Commit

Permalink
Add a changelog entry for merging of multiple --tags arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
abadger committed Oct 6, 2016
1 parent 1efe782 commit 7e57403
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
Ansible Changes By Release
==========================

## 2.3 TBD - ACTIVE DEVELOPMENT

###Major Changes:

###Deprecations:
* Specifying --tags (or --skip-tags) multiple times on the command line
currently leads to the last one overridding all the previous ones. This
behaviour is deprecated. In the future, if you specify --tags multiple times
the tags will be merged together. In 2.3, using --tags multiple times on one
command line will emit a deprecation warning. Setting the
merge_multiple_cli_tags option to True in the ansible.cfg file will enable
the new behaviour. In 2.4, the default will be to merge and you can enable
the old overwriting behaviour via the config option. In 2.5, multiple --tags
options will be merged with no way to go back to the old behaviour.


## 2.2 "The Battle of Evermore" - ACTIVE DEVELOPMENT

###Major Changes:
Expand Down

0 comments on commit 7e57403

Please sign in to comment.