Skip to content

Commit

Permalink
changelog bugfix
Browse files Browse the repository at this point in the history
Signed-off-by: Trishna Guha <[email protected]>
  • Loading branch information
trishnaguha committed May 17, 2018
1 parent 4805ee5 commit 850e433
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
23 changes: 12 additions & 11 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ Ansible Network: network-engine
v2.5.1
======

.. _Ansible Network: network-engine_v2.5.1_Bugfixes:

Bugfixes
--------

- Fix command_parser Absolute path with tilde in src should work (https://github.com/ansible-network/network-engine/pull/58)

- Fix content mush only accepts string type (https://github.com/ansible-network/network-engine/pull/72)

- Fix StringIO to work with Python3 in addition to Python2 (https://github.com/ansible-network/network-engine/pull/53)

.. _Ansible Network: network-engine_v2.5.1_Deprecated Features:

Deprecated Features
Expand All @@ -38,6 +27,18 @@ New Modules
- New module ``textfsm_parser`` (renamed from ``textfsm``)


.. _Ansible Network: network-engine_v2.5.1_Bugfixes:

Bugfixes
--------

- Fix ``command_parser`` Absolute path with tilde in src should work `network-engine#58 <https://github.com/ansible-network/network-engine/pull/58>`_

- Fix content mush only accepts string type `network-engine#72 <https://github.com/ansible-network/network-engine/pull/72>`_

- Fix StringIO to work with Python3 in addition to Python2 `network-engine#53 <https://github.com/ansible-network/network-engine/pull/53>`_


.. _Ansible Network: network-engine_v2.5.0:

v2.5.0
Expand Down
6 changes: 3 additions & 3 deletions changelogs/fragments/v251-bugfixes.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bugfixes:
- Fix command_parser Absolute path with tilde in src should work (https://github.com/ansible-network/network-engine/pull/58)
- Fix content mush only accepts string type (https://github.com/ansible-network/network-engine/pull/72)
- Fix StringIO to work with Python3 in addition to Python2 (https://github.com/ansible-network/network-engine/pull/53)
- Fix ``command_parser`` Absolute path with tilde in src should work `network-engine#58 <https://github.com/ansible-network/network-engine/pull/58>`_
- Fix content mush only accepts string type `network-engine#72 <https://github.com/ansible-network/network-engine/pull/72>`_
- Fix StringIO to work with Python3 in addition to Python2 `network-engine#53 <https://github.com/ansible-network/network-engine/pull/53>`_

0 comments on commit 850e433

Please sign in to comment.