Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwhite authored Jul 25, 2024
1 parent 723c446 commit e7e6353
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.7.0 (WIP)

⚠️ **Breaking Changes** ⚠️
- `syscalls::raw::*` now take a `usize` instead of `Sysno` for the syscall
number. This allows bypassing `Sysno` if you need to invoke a syscall that is
not in the `Sysno` enum. To migrate existing code, you can cast any `Sysno`
type to a `usize` (e.g., `Sysno::openat as usize`).

## v0.6.18

- Fixed build for ARMv4t and ARMv5te thumb mode.
Expand Down

0 comments on commit e7e6353

Please sign in to comment.