Skip to content

Commit 6272cf4

Browse files
Update CHANGELOG.md with missing changes since last release
1 parent b71428a commit 6272cf4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1515

1616

1717
## [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+
1822
### Changed
1923
- 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`.
2029

2130
### Removed
2231
- Remove `Ord` and `PartialOrd` implementation on `States` and `ConntrackStatus`.
2332

33+
### Fixed
34+
- Fix building documentation on docs.rs by not linking to `libmnl` and `libmnl` during documentation
35+
generation.
36+
2437

2538
## [0.6.2] - 2022-02-11
2639
### Added

0 commit comments

Comments
 (0)