File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
15
15
16
16
17
17
## [ Unreleased]
18
+ ### Added
19
+ - Implement ` Default ` for ` nftnl::batch::Batch ` .
20
+ - Add support for Raw payload expressions: https://github.com/mullvad/nftnl-rs/pull/52 .
21
+
18
22
### Changed
19
23
- Upgrade crates to Rust 2021 edition.
24
+ - Specify MSRV for ` nftnl ` and ` nftnl-sys ` to version 1.56.0.
25
+ - Upgrade ` bitflags ` dependency to version 2.6.0.
26
+ - Fix minimal allowed version of ` mnl ` to 0.2.2.
27
+ - Remove the ` error-derive ` dependency. ` std::error::Error ` is now implemented manually for
28
+ ` NetlinkError ` .
20
29
21
30
### Removed
22
31
- Remove ` Ord ` and ` PartialOrd ` implementation on ` States ` and ` ConntrackStatus ` .
23
32
33
+ ### Fixed
34
+ - Fix building documentation on docs.rs by not linking to ` libmnl ` and ` libmnl ` during documentation
35
+ generation.
36
+
24
37
25
38
## [ 0.6.2] - 2022-02-11
26
39
### Added
You can’t perform that action at this time.
0 commit comments