Update changelog
This commit is contained in:
parent
37d4ef751c
commit
57f3b942e5
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.216 (2022-03-05)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Show list of generated reports when viewing Poser Report.
|
||||||
|
|
||||||
|
* Show link back to Poser Report when viewing Generated Report.
|
||||||
|
|
||||||
|
* Always include ``app_title`` in global template rendering context.
|
||||||
|
|
||||||
|
* Update some more view config syntax.
|
||||||
|
|
||||||
|
* Make common web view a bit more common.
|
||||||
|
|
||||||
|
* Improve the Poser Setup page; allow poser dir refresh.
|
||||||
|
|
||||||
|
* Add initial/basic support for configuring "included views".
|
||||||
|
|
||||||
|
* Add ``tailbone.views.essentials`` to include common / "core" views.
|
||||||
|
|
||||||
|
* Add flash message when upgrade execution completes (pass or fail).
|
||||||
|
|
||||||
|
|
||||||
0.8.215 (2022-03-02)
|
0.8.215 (2022-03-02)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.215'
|
__version__ = '0.8.216'
|
||||||
|
|
Loading…
Reference in a new issue