Update changelog

This commit is contained in:
Lance Edgar 2021-02-04 11:04:00 -06:00
parent 63350469d0
commit 562d7b48bc
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG CHANGELOG
========= =========
0.8.123 (2021-02-04)
--------------------
* Fix config defaults for PurchaseView.
* Add stub methods for ``MasterView.template_kwargs_view()`` etc.
* Update references to vendor catalog batches etc.
* Fix display of handheld batch links, when viewing label batch.
* Prevent updates to batch rows, if batch is immutable.
0.8.122 (2021-02-01) 0.8.122 (2021-02-01)
-------------------- --------------------

View file

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