Update changelog
This commit is contained in:
parent
888c094fe3
commit
cbdbcb6df9
24
CHANGES.rst
24
CHANGES.rst
|
@ -2,6 +2,30 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.104 (2017-06-22)
|
||||
--------------------
|
||||
|
||||
* Add basic views for Trainwreck transactions
|
||||
|
||||
* Add ``AlchemyLocalDateTimeFilter``
|
||||
|
||||
* Add row count as available column to batch header grids
|
||||
|
||||
* Try to keep batch status updated; display it for handheld batches
|
||||
|
||||
* Tweak display of inventory/label batches to reflect multiple handheld batches
|
||||
|
||||
* Add way to execute multiple handheld batches (search results) at once
|
||||
|
||||
* Fix batch row count when deleting a row
|
||||
|
||||
* Make case/unit quantities prettier within Inventory batch rows grid
|
||||
|
||||
* Sort (alphabetically) device type list field when making new handheld batch
|
||||
|
||||
* Allow bulk row deletion for vendor catalog batches
|
||||
|
||||
|
||||
0.5.103 (2017-06-05)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = u'0.5.103'
|
||||
__version__ = u'0.5.104'
|
||||
|
|
Loading…
Reference in a new issue