Update changelog

This commit is contained in:
Lance Edgar 2018-01-07 17:02:15 -06:00
parent fb140f24c1
commit a68bf572cc
2 changed files with 35 additions and 1 deletions

View file

@ -2,6 +2,40 @@
CHANGELOG 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) 0.6.56 (2018-01-05)
------------------- -------------------

View file

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