]> git.proxmox.com Git - rustc.git/blob - vendor/rustfix-0.5.1/Changelog.md
New upstream version 1.62.1+dfsg1
[rustc.git] / vendor / rustfix-0.5.1 / Changelog.md
1 # Changelog
2
3 All notable changes to this project will be documented in this file.
4
5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8 ## [Unreleased]
9
10 ## [0.4.6] - 2019-07-16
11
12 ### Changed
13
14 Internal changes:
15
16 - Change example to automatically determine filename
17 - Migrate to Rust 2018
18 - use `derive` feature over `serde_derive` crate
19
20 ## [0.4.5] - 2019-03-26
21
22 ### Added
23
24 - Implement common traits for Diagnostic and related types
25
26 ### Fixed
27
28 - Fix out of bounds access in parse_snippet
29
30 ## [0.4.4] - 2018-12-13
31
32 ### Added
33
34 - Make Diagnostic::rendered public.
35
36 ### Changed
37
38 - Revert faulty "Allow multiple solutions in a suggestion"
39
40 ## [0.4.3] - 2018-12-09 - *yanked!*
41
42 ### Added
43
44 - Allow multiple solutions in a suggestion
45
46 ### Changed
47
48 - use `RUSTC` environment var if present
49
50 ## [0.4.2] - 2018-07-31
51
52 ### Added
53
54 - Expose an interface to apply fixes on-by-one
55
56 ### Changed
57
58 - Handle invalid snippets instead of panicking
59
60 ## [0.4.1] - 2018-07-26
61
62 ### Changed
63
64 - Ignore duplicate replacements
65
66 ## [0.4.0] - 2018-05-23
67
68 ### Changed
69
70 - Filter by machine applicability by default
71
72 [Unreleased]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.6...HEAD
73 [0.4.6]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.5...rustfix-0.4.6
74 [0.4.5]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.4...rustfix-0.4.5
75 [0.4.4]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.3...rustfix-0.4.4
76 [0.4.3]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.2...rustfix-0.4.3
77 [0.4.2]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.1...rustfix-0.4.2
78 [0.4.1]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.0...rustfix-0.4.1
79 [0.4.0]: https://github.com/rust-lang-nursery/rustfix/compare/rustfix-0.4.0