Update changelog
This commit is contained in:
parent
814fd12e9e
commit
01ed68a3fe
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.65 (2016-12-29)
|
||||
-------------------
|
||||
|
||||
* Fix purchase batch execution, to redirect to Purchase *or* Batch
|
||||
|
||||
* Add extra perms for restricing which 'mode' of purchase batch user can create
|
||||
|
||||
* Refactor Order Form a bit to allow custom history data
|
||||
|
||||
|
||||
0.5.64 (2016-12-28)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.64'
|
||||
__version__ = u'0.5.65'
|
||||
|
|
Loading…
Reference in a new issue