Update changelog
This commit is contained in:
parent
631665e208
commit
602180c45b
30
CHANGES.rst
30
CHANGES.rst
|
@ -2,6 +2,36 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.0 (2017-07-06)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
Main reason for bumping version is the (re-)addition of data versioning support
|
||||||
|
using SQLAlchemy-Continuum. This feature has been a long time coming and while
|
||||||
|
not yet fully implemented, we have a significant head start.
|
||||||
|
|
||||||
|
* Add custom default grid row size for Trainwreck items
|
||||||
|
|
||||||
|
* Make hyperlink optional for employee field renderer
|
||||||
|
|
||||||
|
* Tweak how customer/person relationships are displayed
|
||||||
|
|
||||||
|
* Add initial support for expiration date for mobile receiving
|
||||||
|
|
||||||
|
* Make Person.employee field readonly
|
||||||
|
|
||||||
|
* Rearrange some imports to ensure ``rattail.db.model`` comes last
|
||||||
|
|
||||||
|
* Add basic versioning history support for master view
|
||||||
|
|
||||||
|
* Remove old-style continuum version views
|
||||||
|
|
||||||
|
* Remove all "old-style" (aka. version 1) grids
|
||||||
|
|
||||||
|
* Remove all old-style views: grids, CRUD, versions etc.
|
||||||
|
|
||||||
|
* Refactor to use webhelpers2 etc. instead of older 'webhelpers'
|
||||||
|
|
||||||
|
|
||||||
0.5.104 (2017-06-22)
|
0.5.104 (2017-06-22)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = u'0.5.104'
|
__version__ = '0.6.0'
|
||||||
|
|
Loading…
Reference in a new issue