From 604134b2da29c43144a257d506a7ad908444fc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 10 Jun 2023 23:13:00 +0100 Subject: [PATCH] CHANGELOG: start the release notes for v3.7.0 Likely releasing in the coming days. --- CHANGELOG.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4163f09..ebab94d5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,21 @@ # Changelog -## [3.6.1] - 2023-??-?? +## [3.7.0] - 2023-06-?? +- **syntax** + - Correctly parse `$foo#bar` as a single word - [#1003] + - Make `&>` redirect operators an error in POSIX mode - [#991] + - Avoid producing invalid shell when minifying some heredocs - [#923] + - Revert the simplification of `${foo:-}` into `${foo-}` - [#970] - **interp** - - Set `EUID` just like `UID` + - Add `ExecHandlers` to support layering multiple middlewares - [#964] + - Add initial support for the `select` clause - [#969] + - Support combining the `errexit` and `pipefail` options - [#870] + - Set `EUID` just like `UID` - [#958] + - Replace panics on unimplemented builtins with errors - [#999] + - Tweak build tags to support building for `js/wasm` - [#983] +- **syntax/typedjson** + - Avoid `reflect.Value.MethodByName` to reduce binary sizes - [#961] ## [3.6.0] - 2022-12-11