Update changelog
This commit is contained in:
parent
11a0d85286
commit
928a3766bc
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.79 (2017-02-09)
|
||||
-------------------
|
||||
|
||||
* Tweak product view template per rename of case_size field
|
||||
|
||||
* Refactor the Edit Time Sheet view for "autocommit" mode
|
||||
|
||||
* Don't render user field as hyperlink unless so configured
|
||||
|
||||
* Expose 'delay' field in tempmon client views
|
||||
|
||||
* Fix bug when first entry is empty for product on ordering form
|
||||
|
||||
|
||||
0.5.78 (2017-02-08)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.78'
|
||||
__version__ = u'0.5.79'
|
||||
|
|
Loading…
Reference in a new issue