Skip to content

Commit

Permalink
update changelog for 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed May 4, 2020
1 parent 968589d commit 59fc899
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## Unreleased

## [3.1.1] - 2020-05-04

- **cmd/shfmt**
- Recognise `function_next_line` in EditorConfig files
- **syntax**
- Don't ignore escaped newlines at the end of heredoc bodies
- Improve support for parsing regexes in test expressions
- Count columns for `KeepPadding` in bytes, to better support unicode
- Never let `KeepPadding` add spaces right after indentation
- **interp**
- Hide unset variables when executing programs

## [3.1.0] - 2020-04-07

- Redesigned Docker images, including buildx and an Alpine variant
Expand Down Expand Up @@ -440,6 +452,7 @@ module in v3.

Initial release.

[3.1.1]: https://github.com/mvdan/sh/releases/tag/v3.1.1
[3.1.0]: https://github.com/mvdan/sh/releases/tag/v3.1.0
[3.0.2]: https://github.com/mvdan/sh/releases/tag/v3.0.2
[3.0.1]: https://github.com/mvdan/sh/releases/tag/v3.0.1
Expand Down

0 comments on commit 59fc899

Please sign in to comment.