Skip to content

Commit 171e91e

Browse files
alexandruagandreeaflorescu
authored andcommitted
update changelog with zero-length access fix
Signed-off-by: Alexandru Agache <[email protected]>
1 parent f6dc77e commit 171e91e

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
1-
# [v0.2.0]
1+
# Changelog
2+
## [Unreleased]
23

3-
## Added
4+
### Fixed
5+
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
6+
on zero-length access.
7+
8+
## [v0.2.0]
9+
10+
### Added
411

512
- [[#76]](https://github.com/rust-vmm/vm-memory/issues/76): Added `get_slice` and
613
`as_volatile_slice` to `GuestMemoryRegion`.
@@ -10,9 +17,9 @@
1017
`ByteValued` which can be used for reading into POD structures from
1118
raw bytes.
1219

13-
# [v0.1.0]
20+
## [v0.1.0]
1421

15-
## Added
22+
### Added
1623

1724
- Added traits for working with VM memory.
1825
- Added a mmap based implemention for the Guest Memory.

0 commit comments

Comments
 (0)