Update changelog

This commit is contained in:
Lance Edgar 2023-09-24 14:47:54 -05:00
parent bda05aed86
commit 5a2612acab
2 changed files with 17 additions and 1 deletions

View file

@ -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)
-------------------

View file

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