Update changelog

This commit is contained in:
Lance Edgar 2023-10-12 10:37:12 -05:00
parent 5940778189
commit 115e95b9a8
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG CHANGELOG
========= =========
0.9.67 (2023-10-12)
-------------------
* Fix grid sorting when column key/name differ.
* Expose department tax, FS flag.
* Add permission for testing error handling at POS.
* Add some awareness of suspend/resume for POS batch.
* Fix version child classes for Customers view.
0.9.66 (2023-10-11) 0.9.66 (2023-10-11)
------------------- -------------------

View file

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