Update changelog

This commit is contained in:
Lance Edgar 2021-08-26 11:55:09 -05:00
parent c3079fe899
commit 445862d48d
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.139 (2021-08-26)
--------------------
* Tweak how email preview is sent, and attempt "to" is displayed.
* Move "merge 2 people" logic into People Handler.
* Expose "merge request tracking" feature for People data.
* Allow customization of row 'view' action url.
* Require explicit opt-in for "clicking grid row checks box" feature.
* Add ``before_render_index()`` customization hook for MasterView.
0.8.138 (2021-08-04)
--------------------

View file

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