Update changelog
This commit is contained in:
parent
c3079fe899
commit
445862d48d
16
CHANGES.rst
16
CHANGES.rst
|
@ -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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.138'
|
||||
__version__ = '0.8.139'
|
||||
|
|
Loading…
Reference in a new issue