Update changelog

This commit is contained in:
Lance Edgar 2020-07-26 14:02:28 -05:00
parent 0798102ba5
commit d196044d11
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.8.98 (2020-07-26)
-------------------
* Tweak field label for ``Product.item_id``.
* Make field list explicit for Department views.
* Make field list explicit for Store views.
* Don't allow "execute results" for any batches by default.
* Fix pagination sync issue with buefy grid tables.
* Fix permissions wiget bug when creating new role.
* Tweak "coalesce" logic for merging field data.
0.8.97 (2020-06-24)
-------------------

View file

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