Update changelog
This commit is contained in:
parent
18b224a3e0
commit
63aa29f7d7
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.1.17 (2018-10-04)
|
||||
-------------------
|
||||
|
||||
* Include client key in disabled probe list email.
|
||||
|
||||
* Don't let server mark client as offline until readings fail 3 times in a row.
|
||||
|
||||
* Add ``Client.archived`` flag, ignore archived for "disabled probes" check.
|
||||
|
||||
* Add notes field to client and probe tables.
|
||||
|
||||
* Add ``Client.disk_type`` to track SD card vs. USB.
|
||||
|
||||
|
||||
0.1.16 (2018-02-07)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.16'
|
||||
__version__ = '0.1.17'
|
||||
|
|
Loading…
Reference in a new issue