File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ v0.5.0 ]
4
4
5
5
### Added
6
6
7
7
- [[ #8 ]] ( https://github.com/rust-vmm/vm-memory/issues/8 ) : Add GuestMemory method to return an Iterator
8
+ - [[ #120 ]] ( https://github.com/rust-vmm/vm-memory/pull/120 ) : Add is_hugetlbfs() to GuestMemoryRegion
9
+ - [[ #126 ]] ( https://github.com/rust-vmm/vm-memory/pull/126 ) : Add VolatileSlice::split_at()
10
+ - [[ #128 ]] ( https://github.com/rust-vmm/vm-memory/pull/128 ) : Add VolatileSlice::subslice()
8
11
9
12
## [ v0.4.0]
10
13
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " vm-memory"
3
- version = " 0.4 .0"
3
+ version = " 0.5 .0"
4
4
description = " Safe abstractions for accessing the VM physical memory"
5
5
keywords = [" memory" ]
6
6
authors = [
" Liu Jiang <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments