Skip to content

Commit

Permalink
Add CHANGELOG to the project
Browse files Browse the repository at this point in the history
Add a CHANGELOG to keep track of changes in the project. This follows
the "keep a changelog" format [1], in same fashion as the rest of
rust-vmm crates.

[1] https://keepachangelog.com/en/1.1.0/

Signed-off-by: Babis Chalios <[email protected]>
  • Loading branch information
bchalios authored and roypat committed Mar 11, 2024
1 parent f60df62 commit 50e9c1f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## Upcoming version

### Added
### Changed
### Fixed

- [[#44]](https://github.com/rust-vmm/vm-allocator/pull/44): Fixed issue that
did not allow the creating of inclusive ranges of size 1.

### Removed
### Deprecated

## [v0.1.0]

### Added

- Added types for (de)allocation of resources needed by the VMM during the VM
lifetime.

0 comments on commit 50e9c1f

Please sign in to comment.