Update changelog

This commit is contained in:
Lance Edgar 2016-11-08 19:38:26 -06:00
parent c51d0db42d
commit 83e9c7d076
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG 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) 0.5.34 (2016-11-02)
------------------- -------------------

View file

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