From 50d8cbe3a541459ad7caacf7d07a633c3886a277 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 27 Dec 2023 12:16:41 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ea57d3..ed58dc6 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.70.0 + +### Documentation + +- Update a stale reference + ## [1.0.13] - 2023-04-13 ### Internal @@ -49,7 +57,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). #### Fixes -- Shiw caller, rather than `assert_fs`, as cause of panics +- Show caller, rather than `assert_fs`, as cause of panics ## [1.0.4] - 2021-08-30