Update changelog

This commit is contained in:
Lance Edgar 2022-03-05 14:53:09 -06:00
parent 37d4ef751c
commit 57f3b942e5
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
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)
--------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.8.215'
__version__ = '0.8.216'