Skip to content

Commit 747507a

Browse files
committed
CHANGELOG: write entry for 3.5.1
Like github.com/burrowers/garble, we now include links too.
1 parent 77e3842 commit 747507a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [3.5.1] - 2022-05-23
4+
5+
- **cmd/shfmt**
6+
- Fix the Docker publishing script bug which broke 3.5.0 - [#860]
7+
- **interp**
8+
- Support multi-line strings when pattern matching in `[[` - [#861]
9+
- Invalid glob words are no longer removed with `nullglob` - [#862]
10+
- **pattern**
11+
- `Regexp` now returns the typed error `SyntaxError` - [#862]
12+
313
## [3.5.0] - 2022-05-11
414

515
This release drops support for Go 1.16 and includes many new features.
@@ -612,6 +622,11 @@ module in v3.
612622

613623
Initial release.
614624

625+
[3.5.1]: https://github.com/mvdan/sh/releases/tag/v3.5.1
626+
[#860]: https://github.com/mvdan/sh/pull/860
627+
[#861]: https://github.com/mvdan/sh/pull/861
628+
[#862]: https://github.com/mvdan/sh/pull/862
629+
615630
[3.5.0]: https://github.com/mvdan/sh/releases/tag/v3.5.0
616631
[3.4.3]: https://github.com/mvdan/sh/releases/tag/v3.4.3
617632
[3.4.2]: https://github.com/mvdan/sh/releases/tag/v3.4.2

0 commit comments

Comments
 (0)