Update changelog

This commit is contained in:
Lance Edgar 2019-07-01 12:27:38 -05:00
parent a4d6c6694a
commit d087071fc9
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG 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) 0.8.46 (2019-06-25)
------------------- -------------------

View file

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