From 43bbc0b7990fda37172d63ea68f40375848ad98f Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Wed, 20 Nov 2024 10:55:18 +0800 Subject: [PATCH] New release 2.2.39 === Breaking changes - N/A === New features - N/A === Bug fixes - route: correctly compare the route's table and metric. (2ce6cb15) - route: correctly compare the route's next-hop. (b4f1aa61) Signed-off-by: Gris Ge --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 4919db85e5..af4f4d24bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ # Changelog +## [2.2.39] - 2024-11-20 +### Breaking changes + - N/A + +### New features + - N/A + +### Bug fixes + - route: correctly compare the route's table and metric. (2ce6cb15) + - route: correctly compare the route's next-hop. (b4f1aa61) + ## [2.2.38] - 2024-10-24 ### Breaking changes - N/A