Skip to content

Commit

Permalink
CHANGELOG: start the release notes for v3.7.0
Browse files Browse the repository at this point in the history
Likely releasing in the coming days.
  • Loading branch information
mvdan committed Jun 10, 2023
1 parent 6093166 commit 604134b
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 604134b

Please sign in to comment.