Update changelog

This commit is contained in:
Lance Edgar 2018-10-24 19:22:27 -05:00
parent 05c33a4b34
commit 3df1407073
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.7.46 (2018-10-24)
-------------------
* Allow individual App Settings to not be required; allow null.
* Add ``MasterView.render_product()``; fix edit for pricing batch row.
* Add ability to "transform" TD parent row from pack to unit item.
0.7.45 (2018-10-19) 0.7.45 (2018-10-19)
------------------- -------------------

View file

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