Update changelog

This commit is contained in:
Lance Edgar 2017-08-01 15:05:34 -05:00
parent 93fa361292
commit b160ac64eb
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.6.14 (2017-08-01)
-------------------
* Make login template use same logo as home page
* Fix how we detect grid settings presence in user session
* Improve verbiage for exception view
* Fix styles for message compose template
* Various improvements to batch worksheets, index links etc.
* Fix batch links when viewing purchase object
* Add "on order" count to products grid, tweak product notes panel
0.6.13 (2017-07-26)
------------------

View file

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