Update changelog
This commit is contained in:
parent
511ba61b1c
commit
c26af4758b
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.31 (2019-04-02)
|
||||
-------------------
|
||||
|
||||
* Require invoice parser selection for new truck dump child from invoice.
|
||||
|
||||
* Make sure user sees "receive row" page on mobile, after scanning UPC.
|
||||
|
||||
* Use shipped instead of ordered, for receiving authority.
|
||||
|
||||
* Add ``move_before()`` convenience method for ``GridFilterSet``.
|
||||
|
||||
|
||||
0.8.30 (2019-03-29)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.30'
|
||||
__version__ = '0.8.31'
|
||||
|
|
Loading…
Reference in a new issue