Update changelog
This commit is contained in:
parent
3413d7c6f6
commit
903afc111e
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.243 (2022-08-08)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add button to raise bogus error, for testing email alerts.
|
||||||
|
|
||||||
|
* Make sure "configure" pages use AppHandler to save/delete settings.
|
||||||
|
|
||||||
|
* Expose setting for sendmail failure alerts.
|
||||||
|
|
||||||
|
|
||||||
0.8.242 (2022-08-07)
|
0.8.242 (2022-08-07)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.242'
|
__version__ = '0.8.243'
|
||||||
|
|
Loading…
Reference in a new issue