Browse code

Since these changes went in after rc1, be sure to document them in the changelog

Normally I wouldn't mention test infrastructure fixes i nthe changelog
but since they're going in after rc1, I'm going to mention them just to
be safe.

Toshio Kuratomi authored on 2017/10/12 23:37:39
Showing 1 changed files
... ...
@@ -128,6 +128,9 @@ Ansible Changes By Release
128 128
 * Fix relative paths to be relative to config file when there is no playbook available (https://github.com/ansible/ansible/issues/31533)
129 129
 * Fix Inventory plugins to use the configured inventory plugin path (https://github.com/ansible/ansible/issues/31605)
130 130
 * Fix include task to be dynamic (https://github.com/ansible/ansible/issues/31593)
131
+* A couple fixes to the test process to account for new testing resources in
132
+  our ci system and an upstream cryptography update that didn't work with
133
+  pip-8.x
131 134
 
132 135
 <a id="2.4"></a>
133 136