Update changelog
This commit is contained in:
parent
d5efc51d61
commit
75bea75dce
20
CHANGES.rst
20
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.23'
|
||||
__version__ = '0.8.24'
|
||||
|
|
Loading…
Reference in a new issue