summaryrefslogtreecommitdiffstats
path: root/vendor/if_chain/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 12:02:58 +0000
commit698f8c2f01ea549d77d7dc3338a12e04c11057b9 (patch)
tree173a775858bd501c378080a10dca74132f05bc50 /vendor/if_chain/CHANGELOG.md
parentInitial commit. (diff)
downloadrustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.tar.xz
rustc-698f8c2f01ea549d77d7dc3338a12e04c11057b9.zip
Adding upstream version 1.64.0+dfsg1.upstream/1.64.0+dfsg1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/if_chain/CHANGELOG.md')
-rw-r--r--vendor/if_chain/CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/vendor/if_chain/CHANGELOG.md b/vendor/if_chain/CHANGELOG.md
new file mode 100644
index 000000000..a49439b04
--- /dev/null
+++ b/vendor/if_chain/CHANGELOG.md
@@ -0,0 +1,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