Update changelog

This commit is contained in:
Lance Edgar 2019-03-06 13:20:48 -06:00
parent d5efc51d61
commit 75bea75dce
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG
=========
0.8.24 (2019-03-06)
-------------------
* Add "plain" date widget.
* Invoke handler when marking batch as (in)complete.
* Add new "receive row" view for mobile receiving; invokes handler.
* Remove 'truck_dump' field from mobile receiving batch view.
* Add "truck dump status" fields to receiving batch views.
* Add ability to sort by Credits? column for receiving batch rows.
* Add mobile support for basic "feedback" dialog.
* Tweak the "incomplete" row filter for mobile receiving batch.
0.8.23 (2019-02-22)
-------------------

View file

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