Update changelog

This commit is contained in:
Lance Edgar 2023-09-17 21:21:10 -05:00
parent 70956a2c47
commit a01fd62899
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.9.54 (2023-09-17)
-------------------
* Add "falafel" custom date/time field type and widget.
* Avoid error when history has blanks for ordering worksheet.
* Include PO number for receiving batch details via API.
* Tweaks to improve handling of "missing" items for receiving.
0.9.53 (2023-09-16) 0.9.53 (2023-09-16)
------------------- -------------------

View file

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