diff --git a/Changelog.md b/Changelog.md index f0c3da2..a65699f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -25,6 +25,10 @@ Added these macros: - `str_splice_out` - `str_split_alt` +### 0.2.33 + +Fixed Rust Analyzer style warning for assertion macros. + ### 0.2.32 Breaking change: bumped Minimum Supported Rust Version to Rust 1.57 and changed crate's edition to 2021. This change is motivated by proc-macro2 increasing its MSRV to 1.56.