Skip to content

Commit eb93387

Browse files
alexandruagalxiord
authored andcommitted
update changelog
Signed-off-by: Alexandru Agache <[email protected]>
1 parent 42fd1be commit eb93387

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
11
# Changelog
22
## [Unreleased]
33

4-
### Fixed
5-
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
6-
on zero-length access.
7-
84
### Added
5+
96
- [[#109]](https://github.com/rust-vmm/vm-memory/pull/109): Added `build_raw` to
107
`MmapRegion` which can be used to operate on externally created mappings.
118
- [[#101]](https://github.com/rust-vmm/vm-memory/pull/101): Added `check_range` for
129
GuestMemory which could be used to validate a range of guest memory.
10+
- [[#115]](https://github.com/rust-vmm/vm-memory/pull/115): Add methods for atomic
11+
access to `Bytes`.
12+
13+
### Fixed
14+
15+
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
16+
on zero-length access.
17+
18+
### Removed
19+
20+
- `integer-atomics` is no longer a distinct feature of the crate.
1321

1422
## [v0.2.0]
1523

0 commit comments

Comments
 (0)