Update changelog
This commit is contained in:
parent
d1aaac5b16
commit
bd3d948bf4
20
CHANGES.rst
20
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.14'
|
||||
__version__ = '0.6.15'
|
||||
|
|
Loading…
Reference in a new issue