Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Freax13 committed Mar 19, 2024
1 parent 306b3e1 commit 79581d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Unreleased

# 0.15.1 – 2024-03-19

## New Features

- [add constructor for `InterruptStackFrameValue`](https://github.com/rust-osdev/x86_64/pull/467)
- [add `Cr3::write_pcid_no_flush`](https://github.com/rust-osdev/x86_64/pull/472)

## Fixes

- [properly jump the address gap in CleanUp](https://github.com/rust-osdev/x86_64/pull/469)

## Other Improvements

- [added help on update_flags to get flags](https://github.com/rust-osdev/x86_64/pull/465)
- [expose DEBUG_STR more directly](https://github.com/rust-osdev/x86_64/pull/471)

# 0.15.0 – 2024-03-04

## Breaking changes
Expand Down

0 comments on commit 79581d3

Please sign in to comment.