From 9ed7b92189cbbbd5095548cbd330a1d24a2c229d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 15 Nov 2021 08:20:41 -0600 Subject: [PATCH] docs: Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e5a084..c1d22ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ReleaseDate +Note: MSRV is now 1.54 + +#### Fixes + +- Fix multiple escape sequences in a row +- Large batch of additional corrections +- Use static CRT for pre-built Windows binaries + ## [1.2.1] - 2021-11-03 ## [1.2.0] - 2021-10-23