Update changelog

This commit is contained in:
Lance Edgar 2021-12-15 15:19:36 -06:00
parent f49fdebd98
commit 40d36f9808
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG CHANGELOG
========= =========
0.8.185 (2021-12-15)
--------------------
* Allow for null price when showing price history.
* Overhaul desktop views for receiving, for efficiency.
* Add some basic "config" views, to obviate some App Settings.
* Add "jump to" chooser in App Settings, for various "configure" pages.
* Fix params field when deleting a report.
* Add some smarts when making batch execution form schema.
0.8.184 (2021-12-09) 0.8.184 (2021-12-09)
-------------------- --------------------

View file

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