Update changelog
This commit is contained in:
parent
4746b6fae9
commit
fa1cf353b8
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.278'
|
||||
__version__ = '0.8.279'
|
||||
|
|
Loading…
Reference in a new issue