Update changelog

This commit is contained in:
Lance Edgar 2016-08-17 17:22:07 -05:00
parent aff90ac756
commit 3a2406d420
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.5.21 (2016-08-17)
-------------------
* Add ``MasterView.render()`` method for sake of common context/logic
* Add "empty" option to enum field renderers, if field allows empty value
* Add support for system-unique ID in batch views etc.
* Fix bug when deleting certain batches
* Fix bug in batch download URL
* Add basic support for batch execution options
* Add basic support for new handheld/inventory batches
0.5.20 (2016-08-13) 0.5.20 (2016-08-13)
------------------- -------------------

View file

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