gecko-dev/third_party/rust/memmap2/CHANGELOG.md

1.3 KiB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Unreleased

0.2.2 - 2021-04-03

Added

Fixed

  • Fix alignment computation for flush_async to match flush. @adamreichold

0.2.1 - 2021-02-08

Added

  • MmapOptions::map_raw and MmapRaw. @diwic

0.2.0 - 2020-12-19

Changed

  • MSRV is 1.31 now (edition 2018).
  • Make anonymous memory maps private by default on unix. @CensoredUsername
  • Add map_copy_read_only. @zserik

0.1.0 - 2020-01-18

Added

Changed

  • Use LICENSE-APACHE instead of README.md for some tests since it's immutable.

Removed