Update changelog
This commit is contained in:
parent
d48a92c88d
commit
56c5c4e540
18
CHANGES.rst
18
CHANGES.rst
|
@ -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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.226'
|
||||
__version__ = '0.8.227'
|
||||
|
|
Loading…
Reference in a new issue