Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
Signed-off-by: Björn Roy Baron <bjorn3_gh@protonmail.com>
  • Loading branch information
bjorn3 committed Dec 14, 2024
1 parent 916e0f1 commit 494aa47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Landlock changelog

## Unreleased

### Breaking change

[`AccessFs`](https://landlock.io/rust-landlock/landlock/enum.AccessFs.html) and [`AccessNet`](https://landlock.io/rust-landlock/landlock/enum.AccessNet.html) are no longer wrapped in the `BitFlags` type. All occurences of `BitFlags<AccessFs>` and `BitFlags<AccessNet>` have to be replaced with `AccessFs` and `AccessNet` respectively. There are also some changes to the methods of these types. Construction of an empty bitflag now has to be done through `AccessFs::EMPTY`/`AccessNet::EMPTY` instead of `BitFlags::EMPTY`, but construction using [`make_bitflags`](https://landlock.io/rust-landlock/landlock/macro.make_bitflags.html) is unchanged.

## [v0.4.1](https://github.com/landlock-lsm/rust-landlock/releases/tag/v0.4.1)

### New API
Expand Down

0 comments on commit 494aa47

Please sign in to comment.