Update changelog

This commit is contained in:
Lance Edgar 2019-03-14 13:37:49 -05:00
parent 5b9e97b4eb
commit b67414bb84
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG CHANGELOG
========= =========
0.8.28 (2019-03-14)
-------------------
* Tweak how batch handler is invoked to remove row.
* Add mobile alert when receiving product for 2nd time.
* Honor enum sort order where possible, for grid filter values.
* Add basic "receive row" desktop view for receiving batches.
* Add "declare credit" UI for receiving batch rows.
0.8.27 (2019-03-11) 0.8.27 (2019-03-11)
------------------- -------------------

View file

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