From 2d7dedf79c6475136a4e7afcc4d3700561ff8e67 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 24 Feb 2025 05:41:34 +0100 Subject: [PATCH] doc: update ChangeLog for v25.02 Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 356a9460..f8f66b15 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -12,9 +12,13 @@ All notable changes to the project are documented in this file. - YANG type for SSH private/public keys has changed, from ietf-crypto-types to infix-crypto-types - Add support for link aggregation (lag), static (balance-xor) and LACP + - Drop automatic default route (interface route) for IPv4 autoconf, not + necessary and causes more confusion than good. Issue #923 ### Fixes - - N/A + - Fix #956: CLI `copy` command complains it cannot change owner when + copying `factory-config` to `running-config`. Bogus error, the + latter is not really a file [v25.01.0][] - 2025-01-31