Update changelog

This commit is contained in:
Lance Edgar 2016-12-16 12:47:22 -06:00
parent 6186200aba
commit 2a53eba564
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.5.58 (2016-12-16)
-------------------
* Add ``ValidGPC`` formencode validator
* Overhaul the Receiving Form to account for "product not found" etc.
* Auto-append slash to URL when necessary
* Add "print receiving worksheet" feature, for 'ordered' purchases
* Add global CSRF protection
* Tweak some field renderers
* Overhaul product views a little, per customization needs
0.5.57 (2016-12-12)
-------------------

View file

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