Update changelog
This commit is contained in:
parent
8220082359
commit
ad3e647160
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.2.1 (2018-10-24)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Make dummy probe use tighter pattern for random readings.
|
||||||
|
|
||||||
|
* Add "default" probe timeout logic for server readings check.
|
||||||
|
|
||||||
|
* Don't mark client as online unless it's also enabled.
|
||||||
|
|
||||||
|
* Add try/catch for client's "read temp" logic.
|
||||||
|
|
||||||
|
|
||||||
0.2.0 (2018-10-19)
|
0.2.0 (2018-10-19)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.2.0'
|
__version__ = '0.2.1'
|
||||||
|
|
Loading…
Reference in a new issue