Update changelog
This commit is contained in:
parent
a204e78e3a
commit
3ae47ba1e5
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.115 (2020-12-04)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add the "Employee Status" filter to People grid.
|
||||||
|
|
||||||
|
* Add "is empty" and related verbs, for "string" type grid filters.
|
||||||
|
|
||||||
|
* Assume composite PK when fetching instance for master view.
|
||||||
|
|
||||||
|
|
||||||
0.8.114 (2020-12-01)
|
0.8.114 (2020-12-01)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.114'
|
__version__ = '0.8.115'
|
||||||
|
|
Loading…
Reference in a new issue