diff options
author | Peter Sprygada <psprygada@ansible.com> | 2016-10-03 08:59:44 -0400 |
---|---|---|
committer | Peter Sprygada <psprygada@ansible.com> | 2016-10-03 09:01:01 -0400 |
commit | 15ee97d214cda8ea117a8e51eb274ed556a42ab1 (patch) | |
tree | 93f15df218a7a45ff8dcf9a28ce3a40a20c08ad8 /CHANGELOG.md | |
parent | 814e3069b9f6fbbc14da82f889308ed71e445d8e (diff) | |
download | ansible-15ee97d214cda8ea117a8e51eb274ed556a42ab1.tar.gz |
added network updates to CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ea050dc7..042af73a22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ Ansible Changes By Release * A few of the most essential modules have been audited and are known to work. Others work out of the box. * We are using unit and integration tests to help us port code and not regress later. Even if you are not famiriar with python you can still help by contributing integration tests (just ansible roles) that exercise more of the code to make sure it continues to run on both Python2 and Python3. * scp_if_ssh now supports True, False and "smart". "smart" is the default and will retry failed sftp transfers with scp. +* Network: + * Refactored all network modules to remove dulicate code and take advantage of Ansiballz implementation + * All functionality from *_template network modules have been combined into *_config module + * Network *_command modules not longer allow configuration mode statements ####New Modules: - apache2_mod_proxy |