зеркало из https://github.com/mozilla/gecko-dev.git
1.3 KiB
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
MmapOptions::populate
. @adamreichold
Fixed
- Fix alignment computation for
flush_async
to matchflush
. @adamreichold
0.2.1 - 2021-02-08
Added
MmapOptions::map_raw
andMmapRaw
. @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
- Fork memmap-rs.
Changed
- Use
LICENSE-APACHE
instead ofREADME.md
for some tests since it's immutable.
Removed
winapi
dependency. memmap-rs/pull/89