From 30fcd62c38e8dffc03a4b20dba8a4b1408b0d73f Mon Sep 17 00:00:00 2001 From: Gris Ge Date: Sat, 28 Jan 2023 16:50:29 +0800 Subject: [PATCH] Fix incorrect CHANGELOG Signed-off-by: Gris Ge --- CHANGELOG | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e541c879..928fefa2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,9 +5,6 @@ https://doc.rust-lang.org/reference/attributes/type_system.html for more detail. (0b98180) - - Removed the reexport `netlink-packet-core::utils`, please use - `netlink_packet_utils` directly. (a76010a) - ### New features - LinkAddRequest: Allow adding XFRM tunnel with if_id mark. (5507d97) - Bridge: Add support of `IFLA_BR_MCAST_QUERIER_STATE. (3d91fdf)