Update changelog
This commit is contained in:
parent
8ee20e52f8
commit
503d508a86
24
CHANGES.rst
24
CHANGES.rst
|
@ -2,6 +2,30 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.30 (2019-03-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add smarts for some more projects in the upgraded packages links.
|
||||||
|
|
||||||
|
* Add basic "Buefy" support for grids (master index view).
|
||||||
|
|
||||||
|
* Remove 'number' column for Customers grid by default.
|
||||||
|
|
||||||
|
* Add feature for generating new report of arbitrary type and params.
|
||||||
|
|
||||||
|
* Fix rendering bug when ``price.multiple`` is null.
|
||||||
|
|
||||||
|
* Fix HTML escaping bug when rendering products with pack price.
|
||||||
|
|
||||||
|
* Don't allow deletion of some receiving data rows on mobile.
|
||||||
|
|
||||||
|
* Add validation when "declaring credit" for receiving batch row.
|
||||||
|
|
||||||
|
* Add proper hamburger menu for falafel theme.
|
||||||
|
|
||||||
|
* Add icon for Feedback button, in falafel theme.
|
||||||
|
|
||||||
|
|
||||||
0.8.29 (2019-03-21)
|
0.8.29 (2019-03-21)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.29'
|
__version__ = '0.8.30'
|
||||||
|
|
Loading…
Reference in a new issue