Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Agache <aagch@amazon.com>
  • Loading branch information
alexandruag authored and aghecenco committed Sep 29, 2020
1 parent 42fd1be commit eb93387
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,23 @@
# Changelog
## [Unreleased]

### Fixed
- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
on zero-length access.

### Added

- [[#109]](https://github.com/rust-vmm/vm-memory/pull/109): Added `build_raw` to
`MmapRegion` which can be used to operate on externally created mappings.
- [[#101]](https://github.com/rust-vmm/vm-memory/pull/101): Added `check_range` for
GuestMemory which could be used to validate a range of guest memory.
- [[#115]](https://github.com/rust-vmm/vm-memory/pull/115): Add methods for atomic
access to `Bytes`.

### Fixed

- [[#106]](https://github.com/rust-vmm/vm-memory/issues/106): Asserts trigger
on zero-length access.

### Removed

- `integer-atomics` is no longer a distinct feature of the crate.

## [v0.2.0]

Expand Down

0 comments on commit eb93387

Please sign in to comment.