Update changelog

This commit is contained in:
Lance Edgar 2017-03-25 15:34:33 -05:00
parent 77a252399b
commit 543bf5338a
2 changed files with 17 additions and 1 deletions

View file

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

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.5.93' __version__ = u'0.5.94'