Update changelog

This commit is contained in:
Lance Edgar 2022-04-04 13:57:31 -05:00
parent d48a92c88d
commit 56c5c4e540
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.8.227 (2022-04-04)
--------------------
* Add touch for report codes.
* Raise 404 if report not found.
* Add template kwargs stub for ``view_row()``.
* Log error when failing to submit new custorder batch.
* Honor case vs. unit restrictions for new custorder.
* Tweak where description field is shown for receiving batch.
* Fix "touch" url for non-standard record types.
0.8.226 (2022-03-29)
--------------------

View file

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