diff --git a/CHANGES.rst b/CHANGES.rst index edf0750e..e2839a3e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,20 @@ CHANGELOG ========= +0.8.47 (2019-07-01) +------------------- + +* Allow "touch" for customer records. + +* Add ``NumericInputWidget`` for use with Buefy themes. + +* Expose a way to embed "raw" data values within Buefy grid data. + +* Add 'duration_hours' type for grid column display. + +* Make sure grid action links preserve white-space. + + 0.8.46 (2019-06-25) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 26462526..e1bc6458 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.46' +__version__ = '0.8.47'