diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-07-31 11:49:23 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-07-31 13:10:19 -0400 |
commit | e579afc432a02dba57c7ba955ef832d0efe6d2fa (patch) | |
tree | 687244fd7564eded3233b0309c477003e3201e7a /CHANGELOG.md | |
parent | 96296e8c7161d1a1c73ff7a5c00c9aec3755c9a8 (diff) | |
download | ansible-e579afc432a02dba57c7ba955ef832d0efe6d2fa.tar.gz |
added backports
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 41033da6ba..cb6a56debb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,6 +55,8 @@ Ansible Changes By Release * Fix seboolean module for incompatibility in newer Python3 selinux bindings * Optimization for inventory, no need to dedup at every stage, its redundant and slow * Fix fact gathering for package and service action plugins +* make random_choice more error resilient (#27380) +* ensure prefix in plugin loading to avoid conflicts ## 2.3.1 "Ramble On" - 2017-06-01 |