]> git.proxmox.com Git - rustc.git/blob - vendor/memmap2/CHANGELOG.md
New upstream version 1.53.0+dfsg1
[rustc.git] / vendor / memmap2 / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog](http://keepachangelog.com/)
5 and this project adheres to [Semantic Versioning](http://semver.org/).
6
7 ## [Unreleased]
8
9 ## 0.2.2 - 2021-04-03
10 ### Added
11 - `MmapOptions::populate`. [@adamreichold](https://github.com/adamreichold)
12
13 ### Fixed
14 - Fix alignment computation for `flush_async` to match `flush`.
15 [@adamreichold](https://github.com/adamreichold)
16
17 ## 0.2.1 - 2021-02-08
18 ### Added
19 - `MmapOptions::map_raw` and `MmapRaw`. [@diwic](https://github.com/diwic)
20
21 ## 0.2.0 - 2020-12-19
22 ### Changed
23 - MSRV is 1.31 now (edition 2018).
24 - Make anonymous memory maps private by default on unix. [@CensoredUsername](https://github.com/CensoredUsername)
25 - Add `map_copy_read_only`. [@zserik](https://github.com/zserik)
26
27 ## 0.1.0 - 2020-01-18
28 ### Added
29 - Fork [memmap-rs](https://github.com/danburkert/memmap-rs).
30
31 ### Changed
32 - Use `LICENSE-APACHE` instead of `README.md` for some tests since it's immutable.
33
34 ### Removed
35 - `winapi` dependency. [memmap-rs/pull/89](https://github.com/danburkert/memmap-rs/pull/89)
36
37 [Unreleased]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.2.1...HEAD
38 [0.2.1]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.2.0...v0.2.1
39 [0.2.0]: https://github.com/RazrFalcon/memmap2-rs/compare/v0.1.0...v0.2.0