Skip to content

Commit

Permalink
write changelog for v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdan committed Dec 24, 2021
1 parent 06e9c53 commit 340f41a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.4.2] - 2021-12-24

- The tests no longer assume what locales are installed
- **interp**
- keep `PATH` list separators OS-specific to fix a recent regression
- avoid negative elapsed durations in the `time` builtin

## [3.4.1] - 2021-11-23

- **syntax**
Expand Down Expand Up @@ -565,6 +572,7 @@ module in v3.

Initial release.

[3.4.2]: https://github.com/mvdan/sh/releases/tag/v3.4.2
[3.4.1]: https://github.com/mvdan/sh/releases/tag/v3.4.1
[3.4.0]: https://github.com/mvdan/sh/releases/tag/v3.4.0
[3.3.1]: https://github.com/mvdan/sh/releases/tag/v3.3.1
Expand Down

0 comments on commit 340f41a

Please sign in to comment.