Update changelog.
This commit is contained in:
parent
49cb1e8e13
commit
5161371e37
18
CHANGES.rst
18
CHANGES.rst
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.4.12'
|
||||
__version__ = u'0.4.13'
|
||||
|
|
Loading…
Reference in a new issue