Update changelog

This commit is contained in:
Lance Edgar 2022-09-09 14:53:47 -05:00
parent e67cde4255
commit 3877346b3a
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG 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) 0.8.255 (2022-09-06)
-------------------- --------------------

View file

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