Skip to content

Commit c85a7f3

Browse files
committed
write changelog for v3.4.3
1 parent 6c338b8 commit c85a7f3

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
11
# Changelog
22

3+
## [3.4.3] - 2022-02-19
4+
5+
- **cmd/shfmt**
6+
- New Docker `v3` tag to track the latest stable version
7+
- Don't duplicate errors when walking directories
8+
- **interp**
9+
- Properly handle empty paths in the `test` builtin
10+
- Allow unsetting global vars from inside a function again
11+
- Use `%w` to wrap errors in `Dir`
12+
313
## [3.4.2] - 2021-12-24
414

515
- The tests no longer assume what locales are installed
616
- **interp**
7-
- keep `PATH` list separators OS-specific to fix a recent regression
8-
- avoid negative elapsed durations in the `time` builtin
17+
- Keep `PATH` list separators OS-specific to fix a recent regression
18+
- Avoid negative elapsed durations in the `time` builtin
919

1020
## [3.4.1] - 2021-11-23
1121

@@ -572,6 +582,7 @@ module in v3.
572582

573583
Initial release.
574584

585+
[3.4.3]: https://github.com/mvdan/sh/releases/tag/v3.4.3
575586
[3.4.2]: https://github.com/mvdan/sh/releases/tag/v3.4.2
576587
[3.4.1]: https://github.com/mvdan/sh/releases/tag/v3.4.1
577588
[3.4.0]: https://github.com/mvdan/sh/releases/tag/v3.4.0

0 commit comments

Comments
 (0)