Update changelog

This commit is contained in:
Lance Edgar 2023-01-11 19:55:52 -06:00
parent 4746b6fae9
commit fa1cf353b8
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.8.279 (2023-01-11)
--------------------
* Add basic support for receiving from multiple invoice files.
* Add support for per-item default discount, for new custorder.
* Fix panel header icon behavior for new custorder.
* Refactor inventory batch "add row" page, per new theme.
0.8.278 (2023-01-08) 0.8.278 (2023-01-08)
-------------------- --------------------

View file

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