Update changelog
This commit is contained in:
parent
7975d177d6
commit
95b2ce25c1
24
CHANGES.rst
24
CHANGES.rst
|
@ -2,6 +2,30 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.93 (2017-03-22)
|
||||
-------------------
|
||||
|
||||
* Add 'is_any' verb to integer grid filters
|
||||
|
||||
* Add more variations of project name when creating via scaffold
|
||||
|
||||
* Various tweaks to the customer and person views/forms
|
||||
|
||||
* Add basic "mobile index" master view, plus support for demo mode
|
||||
|
||||
* Refactor the batch file field renderer somewhat
|
||||
|
||||
* Move ``notfound()`` method to core ``View`` class
|
||||
|
||||
* Add ``BatchMasterView.add_file_field()`` convenience method
|
||||
|
||||
* Add ``extra_main_fields()`` method to product view template
|
||||
|
||||
* Allow config to override jQuery UI version
|
||||
|
||||
* Add master view for Report Output data model
|
||||
|
||||
|
||||
0.5.92 (2017-03-14)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.92'
|
||||
__version__ = u'0.5.93'
|
||||
|
|
Loading…
Reference in a new issue