Update changelog
This commit is contained in:
parent
848b727b11
commit
d50d3678ec
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.38 (2018-10-03)
|
||||
-------------------
|
||||
|
||||
* Add support for "archived" flag in Tempmon Client views.
|
||||
|
||||
* Expose notes field for tempmon client and probe views.
|
||||
|
||||
* Expose new ``disk_type`` field for tempmon client views.
|
||||
|
||||
* Tweak how receiving rows are looked up when adding to the batch.
|
||||
|
||||
|
||||
0.7.37 (2018-09-27)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.37'
|
||||
__version__ = '0.7.38'
|
||||
|
|
Loading…
Reference in a new issue