Skip to content

Commit

Permalink
CHANGELOG: prepare for v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Feb 11, 2024
1 parent 65756a2 commit 84baa08
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# Changelog

## [3.8.0] - 2024-02-11

This release drops support for Go 1.19 and 1.20 and includes many
features and bugfixes, such as improving EditorConfig support in `shfmt`.

- **cmd/shfmt**
- Support EditorConfig language sections such as `[[shell]]` - #664
- Add `--apply-ignore` for tools and editors - #1037
- **syntax**
- Allow formatting redirects before all command argumetnts - #942
- Support brace expansions with uppercase letters - #1042
- Unescape backquotes in single quotes within backquotes - #1041
- Better error when using `function` in POSIX mode - #993
- Better column numbers for escapes inside backquotes - #1028
- **interp**
- Support parentheses in classic test commands - #1036
- Determine access to a directory via `unix.Access` - #1033
- Support subshells with `FuncEnviron` as `Env` - #1043
- Add support for `fs.DirEntry` via `ReadDirHandler2`
- **expand**
- Add support for `fs.DirEntry` via `ReadDir2`
- Support zero-padding in brace expansions - #1042

## [3.7.0] - 2023-06-18

- **syntax**
Expand Down Expand Up @@ -674,6 +697,8 @@ module in v3.

Initial release.

[3.8.0]: https://github.com/mvdan/sh/releases/tag/v3.8.0

[3.7.0]: https://github.com/mvdan/sh/releases/tag/v3.7.0

[3.6.0]: https://github.com/mvdan/sh/releases/tag/v3.6.0
Expand Down

0 comments on commit 84baa08

Please sign in to comment.