Update changelog

This commit is contained in:
Lance Edgar 2022-07-18 12:41:27 -05:00
parent d16290cb70
commit 5e0253927c
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG CHANGELOG
========= =========
0.8.234 (2022-07-18)
--------------------
* Fix form validation for app settings page w/ buefy theme.
* Honor default pagesize for all grids, per setting.
* Add basic "download results" for Subdepartments grid.
* Add new-style config defaults for BrandView.
0.8.233 (2022-06-24) 0.8.233 (2022-06-24)
-------------------- --------------------

View file

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