Update changelog
This commit is contained in:
parent
d6bc584831
commit
d04f80e4e0
26
CHANGES.rst
26
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = u'0.5.99'
|
||||
__version__ = u'0.5.100'
|
||||
|
|
Loading…
Reference in a new issue