update changelog

This commit is contained in:
Lance Edgar 2013-09-09 22:05:20 -07:00
parent 017815a9e2
commit 88adfe5d85
2 changed files with 21 additions and 1 deletions

View file

@ -1,4 +1,24 @@
0.3.3
-----
* Major overhaul for standalone operation.
This removes some of the ``edbob`` reliance, as well as borrowing some
templates and styling etc. from Dtail.
Stop using ``edbob.db.engine``, stop using all edbob templates, etc.
* Fix authorization policy bug.
This was really an edge case, but in any event the problem would occur when a
user was logged in, and then that user account was deleted.
* Added ``global_title()`` to base template.
* Made logo more easily customizable in login template.
0.3.2 0.3.2
----- -----

View file

@ -1 +1 @@
__version__ = '0.3.2' __version__ = '0.3.3'