Skip to content

Commit

Permalink
Fix CHANGELOG after #1044
Browse files Browse the repository at this point in the history
Pull request #1044 wrongfully added the new CHANGELOG item to the
section for the already released 0.25.0-beta.1. Fix that.

Signed-off-by: Daniel Müller <[email protected]>
  • Loading branch information
d-e-s-o committed Dec 19, 2024
1 parent f05c822 commit 51d6716
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libbpf-rs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Unreleased
----------
- Implemented `Sync` for `Link`


0.25.0-beta.1
-------------
- Adjusted `btf::types::EnumMember` to store value as `i64`
- Adjusted `btf::types::Enum64Member` to store value as `i128`
- Implemented `Sync` for `Link`


0.25.0-beta.0
Expand Down

0 comments on commit 51d6716

Please sign in to comment.