Update changelog

This commit is contained in:
Lance Edgar 2020-03-18 23:44:34 -05:00
parent 0ea4b98b1f
commit e57010cd3d
2 changed files with 33 additions and 1 deletions

View file

@ -2,6 +2,38 @@
CHANGELOG CHANGELOG
========= =========
0.8.90 (2020-03-18)
-------------------
* Add basic "ordering worksheet" API.
* Tweak GPC grid filter, to better handle spaces in user input.
* Only show tables for "public" schema.
* Remove old/unwanted Vue.js index experiment, for Users table.
* Misc. changes to User, Role permissions and management thereof.
* Don't let user delete roles to which they belong, without permission.
* Prevent deletion of department which still has products.
* Add sort/filter for Department Name, in Subdepartments grid.
* Allow "touch" for Department, Subdepartment.
* Expose ``Customer.number`` field.
* Add support for "bulk-delete" of Person table.
* Allow customization for Customers tab of Profile view.
* Expose default email address, phone number when editing a Person.
* Add/improve various display of Member data.
0.8.89 (2020-03-11) 0.8.89 (2020-03-11)
------------------- -------------------

View file

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