Update changelog
This commit is contained in:
parent
2bd2839107
commit
8bcb2f750a
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.40 (2017-10-24)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add grid filter which treats empty string as NULL
|
||||||
|
|
||||||
|
* Fix value auto-selection for enum grid filters
|
||||||
|
|
||||||
|
* Add ``item_id`` to trainwreck views
|
||||||
|
|
||||||
|
* Expose ``Person.users`` relationship (readonly)
|
||||||
|
|
||||||
|
|
||||||
0.6.39 (2017-10-20)
|
0.6.39 (2017-10-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.39'
|
__version__ = '0.6.40'
|
||||||
|
|
Loading…
Reference in a new issue