Update changelog

This commit is contained in:
Lance Edgar 2017-06-22 13:41:03 -05:00
parent 888c094fe3
commit cbdbcb6df9
2 changed files with 25 additions and 1 deletions

View file

@ -2,6 +2,30 @@
CHANGELOG 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) 0.5.103 (2017-06-05)
-------------------- --------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = u'0.5.103' __version__ = u'0.5.104'