Update changelog
This commit is contained in:
parent
e50356d276
commit
6dfda20116
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.250 (2022-08-21)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add ``render_person_profile()`` method to MasterView.
|
||||||
|
|
||||||
|
* Add way to declare failure for an upgrade.
|
||||||
|
|
||||||
|
* Add websockets progress, "multi-system" support for upgrades.
|
||||||
|
|
||||||
|
* Add global context from handler, for email previews.
|
||||||
|
|
||||||
|
* Allow configuring datasync watcher kwargs.
|
||||||
|
|
||||||
|
* Expose, honor "admin-ish" flag for roles.
|
||||||
|
|
||||||
|
|
||||||
0.8.249 (2022-08-18)
|
0.8.249 (2022-08-18)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.249'
|
__version__ = '0.8.250'
|
||||||
|
|
Loading…
Reference in a new issue