Update changelog

This commit is contained in:
Lance Edgar 2022-08-21 20:41:55 -05:00
parent e50356d276
commit 6dfda20116
2 changed files with 17 additions and 1 deletions

View file

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

View file

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