Update changelog

This commit is contained in:
Lance Edgar 2021-09-09 16:23:27 -05:00
parent 97bdc3f785
commit 1ce60821bd
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
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)
--------------------

View file

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