Skip to content

Commit ac775df

Browse files
committed
write changelog for v3.4.1
1 parent 1eb295c commit ac775df

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [3.4.1] - 2021-11-23
4+
5+
- **syntax**
6+
- Don't return an empty string on empty input to `Quote`
7+
- **expand**
8+
- Properly sort in `ListEnviron` to avoid common prefix issues
9+
- **interp**
10+
- `export` used in functions now affects the global scope
11+
- Support looking for scripts in `$PATH` in `source`
12+
- Properly slice arrays in parameter expansions
13+
314
## [3.4.0] - 2021-10-01
415

516
This release drops support for Go 1.15,
@@ -554,6 +565,7 @@ module in v3.
554565

555566
Initial release.
556567

568+
[3.4.1]: https://github.com/mvdan/sh/releases/tag/v3.4.1
557569
[3.4.0]: https://github.com/mvdan/sh/releases/tag/v3.4.0
558570
[3.3.1]: https://github.com/mvdan/sh/releases/tag/v3.3.1
559571
[3.3.0]: https://github.com/mvdan/sh/releases/tag/v3.3.0

0 commit comments

Comments
 (0)