summaryrefslogtreecommitdiffstats
path: root/NEWS.rst
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2023-12-23 11:01:41 +0100
committernicolargo <nicolas@nicolargo.com>2023-12-23 11:01:41 +0100
commit6edd6fd1ff5f69c9a6e1fab27ecad1bd69f091a1 (patch)
treeddb19aef0ea3d7b6e6ee571a943183ca03ef6e60 /NEWS.rst
parent947e24c8cb6e081d852c261030c4d5cb36512e42 (diff)
Refactor Alert data model from list of list to list of dict #2633
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index 944adf05..cc0c8394 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -12,12 +12,17 @@ Under development: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3A
* The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/ #2610
* Alias definition change in the configuration file #1735
+
Glances version 3.x and lower:
+
sda1_alias=InternalDisk
sdb1_alias=ExternalDisk
+
Glances version 4.x and higher:
+
alias=sda1:InternalDisk,sdb1:ExternalDisk
- * Alias can now be used to redefine FS name #1735
+
+ * Alert data model change from a list of list to a list of dict #2633
===============
Version 3.4.0.3