From b9f3254ba7630583d47d4233a579d2bd3d77a39d Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 24 Feb 2025 09:27:50 +0100 Subject: [PATCH] doc: update ChangeLog for v25.02 release Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 320dbc78..29e3bcc2 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -14,6 +14,8 @@ All notable changes to the project are documented in this file. - Add support for the [i.MX 8M Plus EVK][EVK] - YANG type change for SSH private/public keys, from ietf-crypto-types to infix-crypto-types + - Disable global IPv6 forwarding by default, enable by per-interface + setting. Note, route advertisements are always accepted. Issue #785 - Drop automatic default route (interface route) for IPv4 autoconf, not necessary and causes more confusion than good. Issue #923