Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Jul 28, 2016
1 parent ac28d07 commit 594a0e6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
History
=======

0.2.2 (2016-01-??)
0.3.0 (2016-07-28)
------------------

* New staticmethod ``dump``, which returns the content of the passed
config object as a dict.
* 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
* Layering multiple YAML files now works even when earlier files might lack
subsections present in latter.

All of the above was done by @jedipi. Thanks!

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

* Fixed a bug when using a class in a Default configuration for
Expand Down
2 changes: 1 addition & 1 deletion layeredconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Staffan Malmgren'
__email__ = 'staffan.malmgren@gmail.com'
__version__ = "0.2.3.dev1"
__version__ = "0.3.0.dev1"

from .layeredconfig import LayeredConfig
from .configsource import ConfigSource
Expand Down

0 comments on commit 594a0e6

Please sign in to comment.