Skip to content

Commit

Permalink
CHANGELOG: write entry for 3.5.1
Browse files Browse the repository at this point in the history
Like github.com/burrowers/garble, we now include links too.
  • Loading branch information
mvdan committed May 23, 2022
1 parent 77e3842 commit 747507a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [3.5.1] - 2022-05-23

- **cmd/shfmt**
- Fix the Docker publishing script bug which broke 3.5.0 - [#860]
- **interp**
- Support multi-line strings when pattern matching in `[[` - [#861]
- Invalid glob words are no longer removed with `nullglob` - [#862]
- **pattern**
- `Regexp` now returns the typed error `SyntaxError` - [#862]

## [3.5.0] - 2022-05-11

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

Initial release.

[3.5.1]: https://github.com/mvdan/sh/releases/tag/v3.5.1
[#860]: https://github.com/mvdan/sh/pull/860
[#861]: https://github.com/mvdan/sh/pull/861
[#862]: https://github.com/mvdan/sh/pull/862

[3.5.0]: https://github.com/mvdan/sh/releases/tag/v3.5.0
[3.4.3]: https://github.com/mvdan/sh/releases/tag/v3.4.3
[3.4.2]: https://github.com/mvdan/sh/releases/tag/v3.4.2
Expand Down

0 comments on commit 747507a

Please sign in to comment.