From b9ca86a408155b0693440c0927fea588bd9b8b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 8 Mar 2021 12:01:47 +0000 Subject: [PATCH] add release notes for v3.2.4 I messed up the v3.2.3 release; forgot to backport the Dockerfile changes, and also forgot to document the backported panic fix in the expand package. Let's pretend v3.2.3 didn't happen, since the tag was already pushed, and do a v3.2.4. v3.2.3 isn't terribly broken either, so no need to retract it. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb59b6ebe..36bab690f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # Changelog -## [3.2.3] - 2021-03-08 +## [3.2.4] - 2021-03-08 - **cmd/shfmt** - Don't stop handling arguments when one results in a failure +- **expand** + - Don't panic when a backslash is followed by EOF ## [3.2.2] - 2021-01-29 @@ -501,7 +503,7 @@ module in v3. Initial release. -[3.2.3]: https://github.com/mvdan/sh/releases/tag/v3.2.3 +[3.2.4]: https://github.com/mvdan/sh/releases/tag/v3.2.4 [3.2.2]: https://github.com/mvdan/sh/releases/tag/v3.2.2 [3.2.1]: https://github.com/mvdan/sh/releases/tag/v3.2.1 [3.2.0]: https://github.com/mvdan/sh/releases/tag/v3.2.0