Update changelog

This commit is contained in:
Lance Edgar 2023-09-19 16:37:05 -05:00
parent 510b8383a4
commit 836fc0bf5b
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.9.56 (2023-09-19)
-------------------
* Add link to vendor name for receiving batches grid.
* Prevent catalog/invoice cost edits if receiving batch is complete.
* Use small text input for receiving cost editor fields.
* Show catalog/invoice costs as 2-decimal currency in receiving.
0.9.55 (2023-09-18) 0.9.55 (2023-09-18)
------------------- -------------------

View file

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