Update changelog
This commit is contained in:
parent
e67cde4255
commit
3877346b3a
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.256 (2022-09-09)
|
||||
--------------------
|
||||
|
||||
* Add basic per-item discount support for custorders.
|
||||
|
||||
* Make past item lookup optional for custorders.
|
||||
|
||||
* Do not convert date if already a date (for grid filters).
|
||||
|
||||
* Avoid use of ``self.handler`` within batch API views.
|
||||
|
||||
|
||||
0.8.255 (2022-09-06)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.255'
|
||||
__version__ = '0.8.256'
|
||||
|
|
Loading…
Reference in a new issue