summaryrefslogtreecommitdiffstats
path: root/vendor/if_chain/CHANGELOG.md
blob: a49439b04738df810d08d8c1c668393ad0680330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2019-05-22
### Changed
- Update minimum Rust version to 1.12.0.

### Fixed
- Expand `if` and `if let` to their equivalent expressions instead of `match`.
- Work around an edge case regarding Rust's treatment of `block` matchers.

## [0.1.3] - 2018-07-20
### Added
- Add `local_inner_macros` attribute for compatibility with new-style macro imports.

## [0.1.2] - 2017-02-17
### Added
- Support `no_std`.

[Unreleased]: https://github.com/lfairy/if_chain/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/lfairy/if_chain/compare/v0.1.3...v1.0.0
[0.1.3]: https://github.com/lfairy/if_chain/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/lfairy/if_chain/compare/v0.1.1...v0.1.2