Update changelog

This commit is contained in:
Lance Edgar 2019-04-02 14:48:59 -05:00
parent 511ba61b1c
commit c26af4758b
2 changed files with 13 additions and 1 deletions

View file

@ -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)
-------------------

View file

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