diff --git a/CHANGES.rst b/CHANGES.rst new file mode 100644 index 0000000..e390d63 --- /dev/null +++ b/CHANGES.rst @@ -0,0 +1,49 @@ + +CHANGES +======= + + +Recent changes +-------------- + +*Release date: future* + +- Adding this CHANGES.rst file. + + +v0.4.0-beta +----------- + +*Release date: 2016-04-09* + + +- Major update to README.rst: describing library exceptions and utility functions. +- Simplified the low level json parser interface. +- The public interface has also changed a bit. + + +v0.3.4-beta +----------- + +*Release date: 2015-05-07* + +- Major update to README.rst: added a long description about the config objects and their usage. + + +v0.3.2-beta +----------- + +*Release date: 2015-05-03* + +- A lot of code/interface changes since the previous alpha release. +- Handling encodings based on byte order mark at the beginning of files. +- Better json config value mapper mechanism +- More flexible and configurable json parser. + + +v0.2.0-alpha +------------ + +*Release date: 2015-04-30* + +First "working" version on pypi. diff --git a/MANIFEST.in b/MANIFEST.in index 926cc7b..e49bbb3 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,3 @@ include README.rst +include CHANGES.rst include LICENSE.txt