Update changelog

This commit is contained in:
Lance Edgar 2019-03-29 12:51:14 -05:00
parent 8ee20e52f8
commit 503d508a86
2 changed files with 25 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

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