Skip to content

vm-memory-v0.15.0

Latest
Compare
Choose a tag to compare
@roypat roypat released this 05 Sep 07:36
· 2 commits to main since this release

Changelog

[v0.15.0]

Added

  • [#270] atomic_bitmap: add capability to reset bits range
  • [#285] Annotated modules in lib.rs to indicate their feature
    dependencies such that it is reflected in the docs, enhancing documentation clarity for users.

Changed

  • [#275] Fail builds on non 64-bit platforms.

Fixed

  • [#279] Remove restriction from read_volatile_from and write_volatile_into
    that made it copy data it chunks of 4096.