Update changelog

This commit is contained in:
Lance Edgar 2017-08-03 17:11:05 -05:00
parent d1aaac5b16
commit bd3d948bf4
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG
=========
0.6.15 (2017-08-03)
-------------------
* Allow product field renderer to suppress hyperlink
* Add 'data-uuid' attr for mobile grid list items, if applicable
* Initial (partial) support for mobile ordering
* Some tweaks to ordering batch views
* Fix bug when request.user becomes unattached from session (?)
* Add view for consuming new batch ID
* Add some links to various grid columns
* Fix bug in master view_row
0.6.14 (2017-08-01)
-------------------

View file

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