Update changelog
This commit is contained in:
parent
77a252399b
commit
543bf5338a
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.94 (2017-03-25)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add ``CostFieldRenderer`` and tweak product view template
|
||||||
|
|
||||||
|
* Bump margin between grid and header table, i.e. buttons
|
||||||
|
|
||||||
|
* Broad refactor to improve customization of purchase order form etc.
|
||||||
|
|
||||||
|
* Fix route sequence for people autocomplete
|
||||||
|
|
||||||
|
* Fix bugs when checking for 'chuck' in demo mode
|
||||||
|
|
||||||
|
* Add unit item and pack size fields to product view
|
||||||
|
|
||||||
|
|
||||||
0.5.93 (2017-03-22)
|
0.5.93 (2017-03-22)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.93'
|
__version__ = u'0.5.94'
|
||||||
|
|
Loading…
Reference in a new issue