Update changelog

This commit is contained in:
Lance Edgar 2016-10-10 11:41:24 -05:00
parent 38ef101679
commit 788f3ad386
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG 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) 0.5.29 (2016-10-04)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.5.29' __version__ = u'0.5.30'