Update changelog

This commit is contained in:
Lance Edgar 2017-02-09 19:03:59 -06:00
parent 11a0d85286
commit 928a3766bc
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG 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) 0.5.78 (2017-02-08)
------------------- -------------------

View file

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