From 923443b620e15ff8ed0ed396bd444dc7c5733c03 Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 30 Sep 2025 10:28:57 +0200 Subject: [PATCH] doc: update changelog for v25.08.1 Signed-off-by: Richard Alpe --- doc/ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index e88a3af0..9a911897 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,7 +3,7 @@ Change Log All notable changes to the project are documented in this file. -[v25.08.1][] - 2025-10-01 +[v25.08.1][] - 2025-09-30 ------------------------- ### Changes @@ -13,6 +13,7 @@ All notable changes to the project are documented in this file. - Fix #1150: `show-legacy` wrapper permissions - Fix #1155: `show ospf` commands regression - Fix #1169: Expected neighbors not shown in sysrepocfg +- Various test stability improvments [v25.08.0][] - 2025-09-01 -------------------------