From ee0b035e4b1df6b6411778ff309e2c47f3532614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Wed, 19 Jun 2024 12:39:58 +0200 Subject: [PATCH] doc: Update Changelog --- doc/ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 7ab21aba..1bb20f0a 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -35,6 +35,7 @@ All notable changes to the project are documented in this file. on egress. - `mv88e6xxx` ports can now use Linux's priority information to select the appropriate egress queue, via the `mqprio` queuing discipline. +- Upgrade Buildroot to 2024.02.3 and Linux kernel to 6.6.34 ### Fixes - Add missing LICENSE hash for factory reset tool @@ -57,7 +58,7 @@ All notable changes to the project are documented in this file. - Fix locking issue with standard counter groups on `mv88e6xxx` - Fix MDB/ATU synchronization issue from IGMPv3/MLDv2 reports on `mv88e6xxx` systems - +- Fix #476: Custom command for containers not working [v24.04.2][] - 2024-05-15 -------------------------