diff --git a/CHANGES.rst b/CHANGES.rst index ac134ae4..edf0750e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.8.46 (2019-06-25) +------------------- + +* Only expose "Make User" button when viewing a person. + +* Fix PO total calculation bug for mobile ordering. + +* Fix "edit row" icon for batch row grids, for Buefy themes. + +* Refactor all Buefy form submit buttons, per Chrome behavior. + + 0.8.45 (2019-06-18) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 6e5342db..26462526 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.45' +__version__ = '0.8.46'