Update changelog
This commit is contained in:
parent
511e185f33
commit
e38cfda076
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.217 (2022-03-07)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add the "provider" concept, let them configure db sessions.
|
||||||
|
|
||||||
|
* Let providers add extra views, options for includes config.
|
||||||
|
|
||||||
|
* Let tailbone providers include static views.
|
||||||
|
|
||||||
|
* Link to email settings profile when viewing email attempt.
|
||||||
|
|
||||||
|
|
||||||
0.8.216 (2022-03-05)
|
0.8.216 (2022-03-05)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.216'
|
__version__ = '0.8.217'
|
||||||
|
|
Loading…
Reference in a new issue