summaryrefslogtreecommitdiffstats
path: root/NEWS.rst
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS.rst')
-rw-r--r--NEWS.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS.rst b/NEWS.rst
index e22c5fc5..944adf05 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -10,7 +10,14 @@ Under development: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3A
**BREAKING CHANGES:**
- * The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/.
+ * 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
===============
Version 3.4.0.3