Update changelog
This commit is contained in:
parent
93fa361292
commit
b160ac64eb
18
CHANGES.rst
18
CHANGES.rst
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.13'
|
||||
__version__ = '0.6.14'
|
||||
|
|
Loading…
Reference in a new issue