Update changelog

This commit is contained in:
Lance Edgar 2017-03-29 12:46:42 -05:00
parent 1adcb98f11
commit 17aab8f4f0
2 changed files with 20 additions and 2 deletions

View file

@ -2,6 +2,24 @@
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)
-------------------

View file

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