sh v3.4.3 Release Notes
Release Date: 2022-02-19 // 3 months ago-
- cmd/shfmt
- New Docker
v3
tag to track the latest stable version - Don't duplicate errors when walking directories
- New Docker
- interp
- Properly handle empty paths in the
test
builtin - Allow unsetting global vars from inside a function again
- Use
%w
to wrap errors inDir
- Properly handle empty paths in the
- cmd/shfmt
Previous changes from v3.4.2
-
- ✅ 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
- Keep