Update changelog
This commit is contained in:
parent
a4d6c6694a
commit
d087071fc9
14
CHANGES.rst
14
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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.46'
|
||||
__version__ = '0.8.47'
|
||||
|
|
Loading…
Reference in a new issue