Update changelog
This commit is contained in:
parent
c51d0db42d
commit
83e9c7d076
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.35 (2016-11-08)
|
||||
-------------------
|
||||
|
||||
* Add support for new Purchase/Batch views, 'create row' master pattern
|
||||
|
||||
* Add basic views for label batches
|
||||
|
||||
* Add support for making new-style batches from products grid query
|
||||
|
||||
* Add initial support for viewing new purchase batch as Order Form
|
||||
|
||||
* Refactor how batch editing is done; don't include rows for that sometimes
|
||||
|
||||
|
||||
0.5.34 (2016-11-02)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.34'
|
||||
__version__ = u'0.5.35'
|
||||
|
|
Loading…
Reference in a new issue