summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2017-09-11 15:48:37 -0700
committerToshio Kuratomi <a.badger@gmail.com>2017-09-11 15:48:37 -0700
commit404b02a1cbd279c04c073d35f2f487071b361440 (patch)
tree3d4d174d6dae6ebcf702b951a15c6a235c328149
parent46f75e0f3d361271e3ad0eb3f55f411a3f281739 (diff)
downloadansible-404b02a1cbd279c04c073d35f2f487071b361440.tar.gz
Add python3 fixes to changelog
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4ee1fd84f..9630bff620 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,7 +27,7 @@ Ansible Changes By Release
- Inventory plugins can use the cache plugin (i.e. virtualbox) and is affected by `meta: refresh_inventory`
- Group variable precedence is now configurable via new 'precedence' option in ansible.cfg (needs docs)
- Improved warnings and error messages across the board
-* Configuration has been changed from a hardcoded into the constants module to dynamically loaded from yaml definitions
+* Configuration has been changed from a hardcoded listing in the constants module to dynamically loaded from yaml definitions
- Also added an ansible-config CLI to allow for listing config options and dumping current config (including origin)
- TODO: build upon this to add many features detailed in ansible-config proposal https://github.com/ansible/proposals/issues/35
* Windows modules now support the use of multiple shared module_utils files in the form of Powershell modules (.psm1), via `#Requires -Module Ansible.ModuleUtils.Whatever.psm1`
@@ -128,6 +128,7 @@ Ansible Changes By Release
- extensions of files to ignore when using inventory directory
- patterns of flies to ignore when using inventory directory
- option to toggle failed inventory source parsing between an error or a warning
+* More fixes for Python 3 across the code base.
#### New Callbacks:
- full_skip