Update changelog
This commit is contained in:
parent
07b1d0841e
commit
a201072a9d
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.65 (2023-10-07)
|
||||
-------------------
|
||||
|
||||
* Avoid deprecated logic for fetching vendor contact email/phone.
|
||||
|
||||
* Add "mark complete" button for inventory batch row entry page.
|
||||
|
||||
* Expose tender ref in POS batch rows; new tender flags.
|
||||
|
||||
* Improve views for taxes, esp. in POS batches.
|
||||
|
||||
|
||||
0.9.64 (2023-10-06)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.64'
|
||||
__version__ = '0.9.65'
|
||||
|
|
Loading…
Reference in a new issue