Update changelog
This commit is contained in:
parent
38ef101679
commit
788f3ad386
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.30 (2016-10-10)
|
||||
-------------------
|
||||
|
||||
* Tweak some things to make demo project more "out of the box"
|
||||
|
||||
* Add registration for 'rattail' template with Pyramid scaffold system
|
||||
|
||||
* Add 'tailbone' to global template context, update 'better' template footer
|
||||
|
||||
* Tweak how tailbone finds rattail config from pyramid settings
|
||||
|
||||
* Remove last references to 'edbob' package
|
||||
|
||||
* Strip whitespace from username field when editing User
|
||||
|
||||
* Fix couple of bugs for vendor catalog views
|
||||
|
||||
* Add size description to inventory report
|
||||
|
||||
|
||||
0.5.29 (2016-10-04)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.29'
|
||||
__version__ = u'0.5.30'
|
||||
|
|
Loading…
Reference in a new issue