Update changelog
This commit is contained in:
parent
1adcb98f11
commit
17aab8f4f0
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.95 (2017-03-29)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Tweak organization panel for product view template
|
||||||
|
|
||||||
|
* Add logic to core View class, to force logout if user becomes inactive
|
||||||
|
|
||||||
|
* Detect "backwards" shift when time sheet is edited, alert user
|
||||||
|
|
||||||
|
* Add default view for unhandled exceptions, configure only for production
|
||||||
|
|
||||||
|
* Add basic table listing view, with rough estimate row counts
|
||||||
|
|
||||||
|
* Add 'status' column to vendor cost table in product view
|
||||||
|
|
||||||
|
* Various template standardization tweaks
|
||||||
|
|
||||||
|
|
||||||
0.5.94 (2017-03-25)
|
0.5.94 (2017-03-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = u'0.5.94'
|
__version__ = u'0.5.95'
|
||||||
|
|
Loading…
Reference in a new issue