Skip to content

Commit

Permalink
Add CHANGES.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Perlence committed Apr 29, 2023
1 parent 5a5c4eb commit ad53a61
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Changelog
=========

Version 0.5 (2023-04-29)
------------------------

- Dropped support for Python before 3.7

Version 0.4 (2017-12-19)
------------------------

- Ported the package back to Python 2.7.

Version 0.3 (2017-09-22)
------------------------

- Removed NULL, FLOAT, and INT types, changed the elements without children to lists.

Version 0.2 (2017-09-22)
------------------------

- Introduced the new data structure that mimics xml.etree.ElementTree.Element_.

.. _xml.etree.ElementTree.Element: https://docs.python.org/3/library/xml.etree.elementtree.html#xml.etree.ElementTree.Element
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include CHANGES.rst
include LICENSE.rst
include tox.ini
graft tests
Expand Down

0 comments on commit ad53a61

Please sign in to comment.