Update changelog
This commit is contained in:
parent
bc51a868ce
commit
303eba6bca
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.247 (2022-08-14)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Avoid double-quotes in field error messages JS code.
|
||||||
|
|
||||||
|
* Add the FormPosterMixin to ProfileInfo component.
|
||||||
|
|
||||||
|
* Fix default help URLs for ordering, receiving.
|
||||||
|
|
||||||
|
* Move handheld batch view module to appropriate location.
|
||||||
|
|
||||||
|
* Refactor usage of ``get_vendor()`` lookup.
|
||||||
|
|
||||||
|
* Consolidate master API view logic.
|
||||||
|
|
||||||
|
|
||||||
0.8.246 (2022-08-12)
|
0.8.246 (2022-08-12)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.246'
|
__version__ = '0.8.247'
|
||||||
|
|
Loading…
Reference in a new issue