Update changelog

This commit is contained in:
Lance Edgar 2023-10-11 15:56:16 -05:00
parent 78deb5d09a
commit cddec51582
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG 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) 0.9.65 (2023-10-07)
------------------- -------------------

View file

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