This repository has been archived by the owner on Mar 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27574ee
commit 9d4c8bb
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
include README.rst | ||
include CHANGES.rst | ||
include LICENSE.txt |