Skip to content

Commit

Permalink
Update CHANGELOG.md with missing changes since last release
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Sep 19, 2024
1 parent b71428a commit b428cb4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b428cb4

Please sign in to comment.