Update changelog

This commit is contained in:
Lance Edgar 2017-08-18 11:23:05 -05:00
parent 2448d71edd
commit ee606275ad
2 changed files with 20 additions and 1 deletions

View file

@ -2,6 +2,25 @@
CHANGELOG CHANGELOG
========= =========
0.6.34 (2017-08-18)
-------------------
* Fix mobile inventory template
* Add extra perms for creating inventory batch w/ different modes
* Allow batch execution to require options on a per-batch basis
* Convert more views to master3:
departments, subdepartments, categories, brands, bouncer, customer groups
* Override deform template for checkbox field; fix label behavior
* Show all grid actions by default, if there are 3 or less
* Use shared logic for executing upgrade
0.6.33 (2017-08-16) 0.6.33 (2017-08-16)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.6.33' __version__ = '0.6.34'