Update changelog

This commit is contained in:
Lance Edgar 2022-12-21 20:01:31 -06:00
parent ef9dc9ff6d
commit 7ccd9ad896
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.8.272 (2022-12-21)
--------------------
* Add support for "is row checkable" in grids.
* Add ``make_status_renderer()`` to MasterView.
* Expose the ``terms`` field for Vendor CRUD.
0.8.271 (2022-12-15) 0.8.271 (2022-12-15)
-------------------- --------------------

View file

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