Changelog
=========


Version 0.5.4
-------------

Fix failing config filepath tests under Linux.


Version 0.5.3
-------------

Port tests from nose/unittest to pytest, add Travis CI and coveralls.

Update meta data, tag Python 3.5/3.6 support.


Version 0.5.2
-------------

Documentation fix.


Version 0.5.1
-------------

Added config filename normalization.

Fixed names property with instances lacking aliases.


Version 0.5
-----------

Added Python 3.3+ support.

Documented sys._getframe dependency.


Version 0.4.1
-------------

Simplified inspection in caller_path.

Fixed some typos.


Version 0.4
-----------

Add custom encoding support.

Make available underlying stack attribute on Stacked.

Add caller_steps parameter to add method of Stacked.


Version 0.3.1
-------------

Improved documentation.


Version 0.3
-----------

Replaced Stack by refactored Stacked config.


Version 0.2
-----------

Added default __init__ and __str__ methods.

Save Config filename as absolute path.

Raise an error if the file is not found.

Support direct usage from then interactive shell.

Add Stack as experimental feature.


Version 0.1
-----------

First public release.
