Update changelog
This commit is contained in:
parent
0ea4b98b1f
commit
e57010cd3d
32
CHANGES.rst
32
CHANGES.rst
|
@ -2,6 +2,38 @@
|
|||
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.89'
|
||||
__version__ = '0.8.90'
|
||||
|
|
Loading…
Reference in a new issue