Update changelog

This commit is contained in:
Lance Edgar 2017-10-24 10:18:42 -07:00
parent 2bd2839107
commit 8bcb2f750a
2 changed files with 13 additions and 1 deletions

View file

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

View file

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