Skip to content

Commit

Permalink
docs: introduce CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wbenny committed Nov 24, 2024
1 parent 848f5e2 commit 659ee98
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project ~~adheres to~~
**_will adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) once it reaches 0.2.0_**.

## [Unreleased]

### Changed

- Added Output type to the VmiHandler
- VmiHandler::finished() is renamed to VmiHandler::check_completion(),
which now returns an Option<Output> instead of a bool

### Added

- Implemented handling of PFN changes in the PageTableMonitor

### Fixed

- Return PageIn event when connecting an intermediate PTE

0 comments on commit 659ee98

Please sign in to comment.