Update changelog

This commit is contained in:
Lance Edgar 2016-12-29 13:28:35 -06:00
parent 814fd12e9e
commit 01ed68a3fe
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG 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) 0.5.64 (2016-12-28)
------------------- -------------------

View file

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