Update changelog
This commit is contained in:
parent
78deb5d09a
commit
cddec51582
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.9.66 (2023-10-11)
|
||||
-------------------
|
||||
|
||||
* Make grid JS ``loadAsyncData()`` method truly async.
|
||||
|
||||
* Add support for multi-column grid sorting.
|
||||
|
||||
* Add smarts to show display text for some version diff fields.
|
||||
|
||||
* Allow null for FalafelDateTime form fields.
|
||||
|
||||
* Show full version history within the "view" page.
|
||||
|
||||
* Use autocomplete instead of dropdown for grid "add filter".
|
||||
|
||||
|
||||
0.9.65 (2023-10-07)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.65'
|
||||
__version__ = '0.9.66'
|
||||
|
|
Loading…
Reference in a new issue