diff --git a/CHANGELOG.md b/CHANGELOG.md index baf887d..eb96ec8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +### Compatibility + +Update MSRV to 1.60 + +### Fixes + +- Hide internal-only optional dependencies + ## [2.1.1] - 2022-01-11 ## [2.1.0] - 2021-11-22 diff --git a/crates/core/CHANGELOG.md b/crates/core/CHANGELOG.md index 8808c5a..a7bc90d 100644 --- a/crates/core/CHANGELOG.md +++ b/crates/core/CHANGELOG.md @@ -6,7 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - Unreleased +### Compatibility + +Update MSRV to 1.60 + ## [0.9.0] - 2018-07-30 + ### Added - Add reflection to `Predicate`. - Add support for predicates returning why they failed (`find_case`) which can diff --git a/crates/tree/CHANGELOG.md b/crates/tree/CHANGELOG.md index a3b4db4..92c5aab 100644 --- a/crates/tree/CHANGELOG.md +++ b/crates/tree/CHANGELOG.md @@ -6,11 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - Unreleased +### Compatibility + +Update MSRV to 1.60 + ### Fixes - Make `CaseTree` be `Send+Sync` ## [0.9.0] - 2018-07-30 + ### Added - Support for rendering a predicate as a tree.