Update changelog.

This commit is contained in:
Lance Edgar 2015-04-21 21:34:46 -05:00
parent 49cb1e8e13
commit 5161371e37
2 changed files with 19 additions and 1 deletions

View file

@ -1,5 +1,23 @@
.. -*- coding: utf-8 -*-
0.4.13
------
* Fix query bugs for batch row grid views (add join support).
* Make vendor field renderer show ID in readonly mode.
* Change permission requirement for refreshing a batch's data.
* Add flash message when any batch executes successfully.
* Add autocomplete view for current employees.
* Add autocomplete employee field renderer.
* Fix usage of ``Product.unit_of_measure`` vs. ``Product.weighed``.
0.4.12
------

View file

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