Update changelog
This commit is contained in:
parent
f49fdebd98
commit
40d36f9808
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.184'
|
||||
__version__ = '0.8.185'
|
||||
|
|
Loading…
Reference in a new issue