Update changelog

This commit is contained in:
Lance Edgar 2016-09-26 15:18:37 -05:00
parent 1c45472fe5
commit f59e75072e
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG
=========
0.5.27 (2016-09-26)
-------------------
* Add basic form validation when sending new messages
* Add "just in time" editable instance check for master view
* Add "refresh" button when viewing batch
* Add FormAlchemy-compatible validators for email address, phone number
* Improve validation for FormAlchemy date field renderer
* Fix row-level visibility for grid edit action
* Add a couple of extra verbs to base grid filter class
* Tweak how a grid filter factory is determined
0.5.26 (2016-09-01)
-------------------

View file

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