Update changelog
This commit is contained in:
parent
bda05aed86
commit
5a2612acab
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.57 (2023-09-24)
|
||||
-------------------
|
||||
|
||||
* Show yesterday by default for Trainwreck if so configured.
|
||||
|
||||
* Add ``remove_sorter()`` method for grids.
|
||||
|
||||
* Show "true" (calculated) equity total in members grid.
|
||||
|
||||
* Add basic views for POS batches.
|
||||
|
||||
* Show customer for POS batches.
|
||||
|
||||
* Use header button instead of link for "touch" instance.
|
||||
|
||||
|
||||
0.9.56 (2023-09-19)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.56'
|
||||
__version__ = '0.9.57'
|
||||
|
|
Loading…
Reference in a new issue