We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e9c53 commit 340f41aCopy full SHA for 340f41a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [3.4.2] - 2021-12-24
4
+
5
+- The tests no longer assume what locales are installed
6
+- **interp**
7
+ - keep `PATH` list separators OS-specific to fix a recent regression
8
+ - avoid negative elapsed durations in the `time` builtin
9
10
## [3.4.1] - 2021-11-23
11
12
- **syntax**
@@ -565,6 +572,7 @@ module in v3.
565
572
566
573
Initial release.
567
574
575
+[3.4.2]: https://github.com/mvdan/sh/releases/tag/v3.4.2
568
576
[3.4.1]: https://github.com/mvdan/sh/releases/tag/v3.4.1
569
577
[3.4.0]: https://github.com/mvdan/sh/releases/tag/v3.4.0
570
578
[3.3.1]: https://github.com/mvdan/sh/releases/tag/v3.3.1
0 commit comments