summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2016-10-26 22:22:03 +0200
committernicolargo <nicolas@nicolargo.com>2016-10-26 22:22:03 +0200
commit4877be45ea60e9bfa5b7820bf6f61e3d53ed0fd9 (patch)
tree29b6f57f62d0b7c3c773cda83f24fea7ff53de28 /NEWS
parentae539ddea49be0db1c898038b5f4d99cdbabdf2d (diff)
Deprecated platform method in Python 3.7 #945
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2dc96899..93d563bc 100644
--- a/NEWS
+++ b/NEWS
@@ -10,13 +10,14 @@ Enhancements and news features:
* Add ZeroMQ exporter (issue #939)
* Add CouchDB exporter (issue #928)
* Add hotspot Wifi informations (issue #937)
- * Add default interface speed and automatic rate thresolds (issue #718)
+ * Add default interface speed and automatic rate thresolds (issue #718)
* Highlight max stats in the processes list (issue #878)
* Docker alerts and actions (issue #875)
* Glances API returns the processes PPID (issue #926)
* Configure server cached time from the command line --cached-time (issue #901)
* Make the log logger configurable (issue #900)
* System uptime in export (issue #890)
+ * Deprecated platform method in Python 3.7 (issue #945)
Bugs corrected: