Browse code

Add python3 fixes to changelog

Toshio Kuratomi authored on 2017/09/12 07:48:37
Showing 1 changed files
... ...
@@ -27,7 +27,7 @@ Ansible Changes By Release
27 27
   - Inventory plugins can use the cache plugin (i.e. virtualbox) and is affected by `meta: refresh_inventory`
28 28
   - Group variable precedence is now configurable via new 'precedence' option in ansible.cfg (needs docs)
29 29
   - Improved warnings and error messages across the board
30
-* Configuration has been changed from a hardcoded into the constants module to dynamically loaded from yaml definitions
30
+* Configuration has been changed from a hardcoded listing in the constants module to dynamically loaded from yaml definitions
31 31
   - Also added an ansible-config CLI to allow for listing config options and dumping current config (including origin)
32 32
   - TODO: build upon this to add many features detailed in ansible-config proposal https://github.com/ansible/proposals/issues/35
33 33
 * 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
128 128
     - extensions of files to ignore when using inventory directory
129 129
 	- patterns of flies to ignore when using inventory directory
130 130
 	- option to toggle failed inventory source parsing between an error or a warning
131
+* More fixes for Python 3 across the code base.
131 132
 
132 133
 #### New Callbacks:
133 134
 - full_skip