summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-04 14:34:18 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-04 15:40:59 +0100
commitb36bba5ccccf64a3efdab4322341306c89fb6795 (patch)
tree588b633a2c1c224922297a43482b27c571a77210
parent3341a78b657ff6e8c2fec2c4fbb14b1cfd273806 (diff)
Add note about MSRV update in 0.13.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> (cherry picked from commit dabf0c47ac458802a0b094431a066c8150773bc1) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6174d2b..917ec00 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## 0.13.3 - 2022-12-04
+Please note that we had to update the MSRV for this crate from 1.56.0 to 1.59.0
+for this patch release being possible, because a transitive dependency did
+update its MSRV.
+
- Backport of commit [d54986c54091e4620c199d3dfadde80b82958bb3] from [#362] for
using float_cmp for testing floats
- Backport of [#379] adding `Clone` trait derive to builder states