From 363516ce58f89cae1fd239459b3e66e95fa4e85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Tue, 1 Oct 2024 20:10:13 +0200 Subject: [PATCH] Update changelog for upcoming 2024.10.0 release --- doc/ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 997e919c..8da14ba6 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,6 +3,16 @@ Change Log All notable changes to the project are documented in this file. +[v24.10.0][] - UNRELEASED +------------------------- +### Changes +- OSPF: Add limitation to only allow one interface per area. + +### Fixes +- Fix #499 by adding a NACM rule to factory config, which by default + deny everyone to read the user password hash. +- Fix BFD in OSPF, previously you could not enable BFD on a single + interface without it was enabled on all interfaces. [v24.09.0][] - 2024-09-30 -------------------------