Update changelog
This commit is contained in:
parent
5a03f5c23e
commit
17ae06f9c1
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.32 (2023-06-16)
|
||||
-------------------
|
||||
|
||||
* Fix grid filter bug when switching from 'equal' to 'between' verbs.
|
||||
|
||||
* Add users context data for profile view.
|
||||
|
||||
* Join the Person model for Customers grid differently based on config.
|
||||
|
||||
|
||||
0.9.31 (2023-06-15)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.31'
|
||||
__version__ = '0.9.32'
|
||||
|
|
Loading…
Reference in a new issue