From a8d5f77b46445102de1a679cb9a5476c5787b42f Mon Sep 17 00:00:00 2001 From: mulhern Date: Thu, 19 Dec 2024 08:50:58 -0500 Subject: [PATCH] Update changelog Signed-off-by: mulhern --- CHANGES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index 4b503db..12a04d3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,7 +3,16 @@ libblkid-rs 0.3.3 (UNRELEASED) Recommended Rust toolchain version: 1.76.0 Recommended development release: Fedora 39 +- Add error code to libblkid error variant: + https://github.com/stratis-storage/libblkid-rs/pull/176 + +- Use pkg-config to find header search paths for bindgen: + https://github.com/stratis-storage/libblkid-rs/pull/171 + - Tidies and Maintenance: + https://github.com/stratis-storage/libblkid-rs/pull/174 + https://github.com/stratis-storage/libblkid-rs/pull/173 + https://github.com/stratis-storage/libblkid-rs/pull/172 https://github.com/stratis-storage/libblkid-rs/pull/170 https://github.com/stratis-storage/libblkid-rs/pull/169 https://github.com/stratis-storage/libblkid-rs/pull/168