Skip to content

Commit

Permalink
Final release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Aug 6, 2016
1 parent 08645f5 commit 137e84f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ History
------------------

* New staticmethod ``dump``, which returns the content of the passed
config object as a dict.
config object as a dict. This is also used as a printable
representation of a config object (through ``__repr__``).
* The intrinsic type of any typed setting may not be None any longer.
* If you subclass LayeredConfig, any created subsection will be
instances of your subclass, not the base LayeredConfig class
Expand All @@ -16,6 +17,9 @@ History

All of the above was done by @jedipi. Many thanks!

A number of unreported bugs, mostly concerning unicode handling and
type conversion in various sources, was also fixed.

0.2.2 (2016-01-24)
------------------

Expand Down

0 comments on commit 137e84f

Please sign in to comment.