Update changelog
This commit is contained in:
parent
d16290cb70
commit
5e0253927c
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.233'
|
||||
__version__ = '0.8.234'
|
||||
|
|
Loading…
Reference in a new issue