Update changelog

This commit is contained in:
Lance Edgar 2022-08-14 10:17:52 -05:00
parent bc51a868ce
commit 303eba6bca
2 changed files with 17 additions and 1 deletions

View file

@ -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)
-------------------- --------------------

View file

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