From 25a26fe7c60cdd0953ef0dfb921e9b79251bcc2b Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 3 Oct 2025 13:21:53 +0200 Subject: [PATCH] doc: update release notes for v25.08.1 [skip ci] Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 9a911897..723f7827 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-09-30 +[v25.08.1][] - 2025-10-03 ------------------------- ### Changes @@ -12,8 +12,8 @@ All notable changes to the project are documented in this file. ### Fixes - Fix #1150: `show-legacy` wrapper permissions - Fix #1155: `show ospf` commands regression -- Fix #1169: Expected neighbors not shown in sysrepocfg -- Various test stability improvments +- Fix #1169: Expected OSPF neighbors not shown in `sysrepocfg` when the + system has at least one non-OSPF interface [v25.08.0][] - 2025-09-01 -------------------------