Skip to content

Commit 2f3f5e3

Browse files
committed
CHANGELOG: add entry for v3.13.1
1 parent 1b77144 commit 2f3f5e3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

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

3+
## [3.13.1] - 2026-03-09
4+
5+
- **cmd/shfmt**
6+
- Add support for `[[zsh]]` in EditorConfig files
7+
- Detect the shell variant from filenames like `.zshrc` and `.bash_profile`
8+
- Fix `--apply-ignore` when used with explicit args - #1310
9+
- **syntax**
10+
- Revert an accidental change to how array subscripts are formatted - #1314
11+
- Never join `;;` with the previous line when formatting - #1289
12+
- Fix a bug where `$1[foo]` was parsed as a subscript in Zsh - #1288
13+
- Correctly parse `$!` in double quotes in Zsh - #1298
14+
- Allow indexing into special parameters in Zsh - #1299
15+
- Allow parameter expansions with empty names in Zsh - #1280
16+
- **interp**
17+
- Test against Bash 5.3 and fix three new discrepancies
18+
- Fix a few bugs related to `nameref` variables
19+
- Avoid panics when user input encounters unimplemented features
20+
321
## [3.13.0] - 2026-03-09
422

523
This release introduces support for [Zsh](https://www.zsh.org/)
@@ -819,6 +837,7 @@ module in v3.
819837

820838
Initial release.
821839

840+
[3.13.1]: https://github.com/mvdan/sh/releases/tag/v3.13.1
822841
[3.13.0]: https://github.com/mvdan/sh/releases/tag/v3.13.0
823842
[3.12.0]: https://github.com/mvdan/sh/releases/tag/v3.12.0
824843
[3.11.0]: https://github.com/mvdan/sh/releases/tag/v3.11.0

0 commit comments

Comments
 (0)