Update changelog

This commit is contained in:
Lance Edgar 2021-02-01 13:59:37 -06:00
parent 8e9c66c0ea
commit 1cdb11c88c
2 changed files with 23 additions and 1 deletions

View file

@ -2,6 +2,28 @@
CHANGELOG CHANGELOG
========= =========
0.8.122 (2021-02-01)
--------------------
* Normalize naming of all traditional master views.
* Undo recent ``base.css`` changes for ``<p>`` tags.
* Misc. improvements for ordering batches, purchases.
* Purge things for legacy (jquery) mobile, and unused template themes.
* Make handler responsible for possible receiving modes.
* Split "new receiving batch" process into 2 steps: choose, create.
* Add initial "scanning" feature for Ordering Batches.
* Add support for "nested" menu items.
* Add icon for Help button.
0.8.121 (2021-01-28) 0.8.121 (2021-01-28)
-------------------- --------------------

View file

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