Update changelog
This commit is contained in:
parent
c09437880f
commit
0d7492f6be
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.50 (2019-07-09)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add way to hide "view profile" helper for customer view.
|
||||||
|
|
||||||
|
* Add ``render_customer()`` method for MasterView.
|
||||||
|
|
||||||
|
* When creating an export, set creator to current user.
|
||||||
|
|
||||||
|
* Add basic "downloadable" support for ExportMasterView.
|
||||||
|
|
||||||
|
* Remove unwanted "export has file" logic for ExportMasterView.
|
||||||
|
|
||||||
|
* Refactor feedback dialog for Buefy themes.
|
||||||
|
|
||||||
|
* Add support for general "view click handler" for ``<b-table>`` element.
|
||||||
|
|
||||||
|
|
||||||
0.8.49 (2019-07-01)
|
0.8.49 (2019-07-01)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.49'
|
__version__ = '0.8.50'
|
||||||
|
|
Loading…
Reference in a new issue