Skip to content

Commit 50e9c1f

Browse files
bchaliosroypat
authored andcommitted
Add CHANGELOG to the project
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]>
1 parent f60df62 commit 50e9c1f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## Upcoming version
4+
5+
### Added
6+
### Changed
7+
### Fixed
8+
9+
- [[#44]](https://github.com/rust-vmm/vm-allocator/pull/44): Fixed issue that
10+
did not allow the creating of inclusive ranges of size 1.
11+
12+
### Removed
13+
### Deprecated
14+
15+
## [v0.1.0]
16+
17+
### Added
18+
19+
- Added types for (de)allocation of resources needed by the VMM during the VM
20+
lifetime.

0 commit comments

Comments
 (0)