update changelog
This commit is contained in:
parent
017815a9e2
commit
88adfe5d85
20
CHANGES.rst
20
CHANGES.rst
|
@ -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
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
__version__ = '0.3.2'
|
__version__ = '0.3.3'
|
||||||
|
|
Loading…
Reference in a new issue