Update changelog
This commit is contained in:
parent
6186200aba
commit
2a53eba564
18
CHANGES.rst
18
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.57'
|
||||
__version__ = u'0.5.58'
|
||||
|
|
Loading…
Reference in a new issue