Skip to content

Commit

Permalink
chore: Update CHANGELOG.md since 0.15.0
Browse files Browse the repository at this point in the history
To incorporate:

- [[rust-vmm#287](rust-vmm#287)] Support for RISC-V 64-bit platform.
- [[rust-vmm#299](rust-vmm#299)] atomic_bitmap: support enlarging the bitmap.

Signed-off-by: Ruoqing He <[email protected]>
  • Loading branch information
TimePrinciple committed Oct 9, 2024
1 parent 8aa53ad commit ad32181
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## Upcoming version

### Added

- [[#287](https://github.com/rust-vmm/vm-memory/pull/287)] Support for RISC-V 64-bit platform.
- [[#299](https://github.com/rust-vmm/vm-memory/pull/299)] atomic_bitmap: support enlarging the bitmap.

### Changed

- [[#278](https://github.com/rust-vmm/vm-memory/pull/278) Remove `GuestMemoryIterator` trait,
Expand Down

0 comments on commit ad32181

Please sign in to comment.