Update changelog

This commit is contained in:
Lance Edgar 2017-03-22 19:26:10 -05:00
parent 7975d177d6
commit 95b2ce25c1
2 changed files with 25 additions and 1 deletions

View file

@ -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)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.5.92'
__version__ = u'0.5.93'