Update changelog
This commit is contained in:
parent
97bdc3f785
commit
1ce60821bd
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.141 (2021-09-09)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add /people API endpoint; allow for "native sort".
|
||||||
|
|
||||||
|
* Allow override of "create" permission in API.
|
||||||
|
|
||||||
|
* Add the ``Grid.remove()`` method, deprecate ``hide_column()`` etc.
|
||||||
|
|
||||||
|
* Improve error handling for purchase batch.
|
||||||
|
|
||||||
|
|
||||||
0.8.140 (2021-09-01)
|
0.8.140 (2021-09-01)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.140'
|
__version__ = '0.8.141'
|
||||||
|
|
Loading…
Reference in a new issue