Updated changelog.

This commit is contained in:
Jannis Leidel 2013-05-15 12:30:35 +02:00
parent d98ce1aa81
commit 4b08084787

View file

@ -3,10 +3,15 @@
Changelog
---------
v0.3 (unreleased)
v0.3 (2013-05-15)
^^^^^^^^^^^^^^^^^
- Added ``pristine`` decorator to be able to have callables as settings.
- Added ``pristinemethod`` decorator to be able to have callables as settings.
- Added ``pre_setup`` and ``post_setup`` method hooks to be able to run code
before or after the settings loading is finished.
- Minor docs and tests cleanup.
v0.2.1 (2013-04-11)
^^^^^^^^^^^^^^^^^^^