From b428cb48722d4e75b91b32484cbad7e02caaa8c0 Mon Sep 17 00:00:00 2001 From: Markus Pettersson Date: Thu, 19 Sep 2024 08:07:47 +0200 Subject: [PATCH] Update `CHANGELOG.md` with missing changes since last release --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88889e6..eec0e3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,12 +15,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Added +- Implement `Default` for `nftnl::batch::Batch`. +- Add support for Raw payload expressions. + ### Changed - Upgrade crates to Rust 2021 edition. +- Specify MSRV for `nftnl` and `nftnl-sys` to version 1.56.0. +- Upgrade `bitflags` dependency to version 2.6.0. +- Fix minimal allowed version of `mnl` to 0.2.2. +- Remove the `error-derive` dependency. `std::error::Error` is now implemented manually for + `NetlinkError`. ### Removed - Remove `Ord` and `PartialOrd` implementation on `States` and `ConntrackStatus`. +### Fixed +- Fix building documentation on docs.rs by not linking to `libmnl` and `libmnl` during documentation + generation. + ## [0.6.2] - 2022-02-11 ### Added