Update changelog

This commit is contained in:
Lance Edgar 2019-04-25 14:49:45 -05:00
parent cb67a23d0a
commit 5c86ab38a4
2 changed files with 35 additions and 1 deletions

View file

@ -2,6 +2,40 @@
CHANGELOG
=========
0.8.33 (2019-04-25)
-------------------
* Add "most of" Buefy support for grid filters.
* Add Buefy support for email preview buttons.
* Improve logic used to determine if current theme supports Buefy.
* Add basic Buefy support for App Settings page.
* Add views for "new product" batches.
* Fix auto-disable action for new message form.
* Declare row fields for vendor catalog batches.
* Add "created by" and "executed by" grid filters for all batch views.
* Expose new code fields for pricing batch.
* Add basic Buefy support for "find user/role with permission X".
* Improve default people "profile" view somewhat.
* Add support for generic "product" batch type.
* Fix some issues with progress "socket" workaround for batches.
* Allow config to specify grid "page size" options.
* Add ``render_person()`` convenience method for MasterView.
0.8.32 (2019-04-12)
-------------------

View file

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