Update changelog

This commit is contained in:
Lance Edgar 2017-05-18 08:43:20 -05:00
parent d6bc584831
commit d04f80e4e0
2 changed files with 27 additions and 1 deletions

View file

@ -2,6 +2,32 @@
CHANGELOG
=========
0.5.100 (2017-05-18)
--------------------
* Allow batch view to override execution failure message
* Tweak some customer view/field rendering, to allow more customization
* Remove customer view template (use master default)
* Add basic support for Trainwreck database connectivity
* Remove unused 'fake_error' view
* Add basic 'robots.txt' support to CommonView
* Cap our pyramid_tm version until we can upgrade to pyramid 1.9
* Add daily hour totals when viewing or editing single employee time sheet
* Let config cause time sheet hours to display as HH.HH for some users
* Expose full-time flag and start date for employee view
* Add convenience ``dialog_button()`` JS function
0.5.99 (2017-05-05)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = u'0.5.99'
__version__ = u'0.5.100'