From ab2936bcc88d695bb7ea9773c8588c6e6c74a06e Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sun, 17 Dec 2023 14:54:14 +0100 Subject: [PATCH] Add breaking changes information in the NEWS file --- NEWS.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 3b7ef9ed..e22c5fc5 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -8,6 +8,10 @@ Version 4.0.0 Under development: https://github.com/nicolargo/glances/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22Glances+4.0.0%22 +**BREAKING CHANGES:** + + * The Glances API version 3 is replaced by the version 4. So Restfull API URL is now /api/4/. + =============== Version 3.4.0.3 ===============