Update changelog

This commit is contained in:
Lance Edgar 2024-04-25 14:05:10 -05:00
parent d2aa91502a
commit 23e6eef604
2 changed files with 21 additions and 1 deletions

View file

@ -5,6 +5,26 @@ CHANGELOG
Unreleased
----------
0.9.96 (2024-04-25)
-------------------
* Remove unused code for ``webhelpers2_grid``.
* Rename setting for custom user css (remove "buefy").
* Fix permission checks for root user with pyramid 2.x.
* Cleanup grid/filters logic a bit.
* Use normal (not checkbox) button for grid filters.
* Tweak icon for Download Results button.
* Use v-model to track selection etc. for download results fields.
* Allow deleting rows from executed batches.
0.9.95 (2024-04-19)
-------------------

View file

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