Update changelog
This commit is contained in:
parent
05c33a4b34
commit
3df1407073
10
CHANGES.rst
10
CHANGES.rst
|
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.45'
|
__version__ = '0.7.46'
|
||||||
|
|
Loading…
Reference in a new issue