Update changelog
This commit is contained in:
parent
fb140f24c1
commit
a68bf572cc
34
CHANGES.rst
34
CHANGES.rst
|
@ -2,6 +2,40 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.57 (2018-01-07)
|
||||
-------------------
|
||||
|
||||
* Fix some styles for execution options dialog.
|
||||
|
||||
* Show 'static_prices' flag for label batches.
|
||||
|
||||
* Add field name as wrapper class name.
|
||||
|
||||
* Change how select menus are enhanced for batch exec options.
|
||||
|
||||
* Add view for InventoryAdjustmentReason model.
|
||||
|
||||
* Stop setting execution details when multiple batches executed.
|
||||
|
||||
* Add empty default when displaying values in grid.
|
||||
|
||||
* Let grids be paginated even when they have no model class.
|
||||
|
||||
* Exclude JS for refreshing batch unless it's relevant.
|
||||
|
||||
* Tweak conditions for CSV row download link.
|
||||
|
||||
* Add basic support for row grid view links.
|
||||
|
||||
* Refactor away the ``row_route_prefix`` concept.
|
||||
|
||||
* Add ``row_title`` to template context for ``view_row``.
|
||||
|
||||
* Tweak ``diffs.css`` and refactor 'view_version' template to use it.
|
||||
|
||||
* Add basic UI support for "importer batch" feature.
|
||||
|
||||
|
||||
0.6.56 (2018-01-05)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.56'
|
||||
__version__ = '0.6.57'
|
||||
|
|
Loading…
Reference in a new issue