Skip to content

Commit 7bd422f

Browse files
committed
CHANGELOG: prepare for v3.9.0
1 parent 4430915 commit 7bd422f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [3.9.0] - 2024-08-16
4+
5+
This release drops support for Go 1.21 and includes many fixes.
6+
7+
- **cmd/shfmt**
8+
- Switch the diff implementation to remove one dependency
9+
- **syntax**
10+
- Protect against overflows in position offset integers
11+
- **interp**
12+
- Use `os.Pipe` for stdin to prevent draining by subprocesses - #1085
13+
- Support cancelling reads in builtins when stdin is a file - #1066
14+
- Support the `nocaseglob` bash option - #1073
15+
- Support the Bash 5.2 `@k` parameter expansion operator
16+
- Support the `test -O` and `test -G` operators on non-Windows - #1080
17+
- Support the `read -s` builtin flag - #1063
18+
- **expand**
19+
- Add support for case insensitive globbing - #1073
20+
- Don't panic when pattern words are nil - #1076
21+
22+
A special thanks to @theclapp for their contributors to this release!
23+
24+
Consider [becoming a sponsor](https://github.com/sponsors/mvdan) if you benefit from the work that went into this release!
25+
326
## [3.8.0] - 2024-02-11
427

528
This release drops support for Go 1.19 and 1.20 and includes many
@@ -697,6 +720,8 @@ module in v3.
697720

698721
Initial release.
699722

723+
[3.9.0]: https://github.com/mvdan/sh/releases/tag/v3.9.0
724+
700725
[3.8.0]: https://github.com/mvdan/sh/releases/tag/v3.8.0
701726

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

0 commit comments

Comments
 (0)