File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## [ Unreleased]
3
3
4
- ### Fixed
5
- - [[ #106 ]] ( https://github.com/rust-vmm/vm-memory/issues/106 ) : Asserts trigger
6
- on zero-length access.
7
-
8
4
### Added
5
+
9
6
- [[ #109 ]] ( https://github.com/rust-vmm/vm-memory/pull/109 ) : Added ` build_raw ` to
10
7
` MmapRegion ` which can be used to operate on externally created mappings.
11
8
- [[ #101 ]] ( https://github.com/rust-vmm/vm-memory/pull/101 ) : Added ` check_range ` for
12
9
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.
13
21
14
22
## [ v0.2.0]
15
23
You can’t perform that action at this time.
0 commit comments