Skip to content

Commit

Permalink
add release notes for v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Dec 2, 2020
1 parent cf2f340 commit c4d426a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

## Unreleased

## [3.2.1] - 2020-12-02

- **syntax**
- Fix an endless loop when parsing single quotes in parameter expansions
- Properly print assignments using escaped newlines
- Print inline heredoc comments in the right place
- **interp**
- Always expand `~` in Bash test expressions
- **expand**
- Don't panic on out of bounds array index expansions

## [3.2.0] - 2020-10-29

- **cmd/shfmt**
Expand Down Expand Up @@ -482,6 +493,7 @@ module in v3.

Initial release.

[3.2.1]: https://github.com/mvdan/sh/releases/tag/v3.2.1
[3.2.0]: https://github.com/mvdan/sh/releases/tag/v3.2.0
[3.1.2]: https://github.com/mvdan/sh/releases/tag/v3.1.2
[3.1.1]: https://github.com/mvdan/sh/releases/tag/v3.1.1
Expand Down

0 comments on commit c4d426a

Please sign in to comment.