File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 3.6.0] - 2022-??-??
3
+ ## [ 3.6.0] - 2022-12-11
4
4
5
5
This release drops support for Go 1.17 and includes many features and fixes.
6
6
@@ -30,6 +30,7 @@ This release drops support for Go 1.17 and includes many features and fixes.
30
30
- ** interp**
31
31
- Add initial implementation for ` mapfile ` and ` readarray ` - [ #863 ]
32
32
- Improve matching patterns against multiple lines - [ #866 ]
33
+ - Support ` %b ` in the ` printf ` builtin - [ #955 ]
33
34
- Display all Bash options in ` shopt ` - [ #877 ]
34
35
- ** pattern**
35
36
- Add ` EntireString ` to match the entire string using ` ^$ ` - [ #866 ]
@@ -656,6 +657,7 @@ module in v3.
656
657
657
658
Initial release.
658
659
660
+ [ 3.6.0 ] : https://github.com/mvdan/sh/releases/tag/v3.6.0
659
661
[ #779 ] : https://github.com/mvdan/sh/issues/779
660
662
[ #803 ] : https://github.com/mvdan/sh/issues/803
661
663
[ #814 ] : https://github.com/mvdan/sh/issues/814
@@ -676,6 +678,7 @@ Initial release.
676
678
[ #917 ] : https://github.com/mvdan/sh/pull/917
677
679
[ #928 ] : https://github.com/mvdan/sh/issues/928
678
680
[ #929 ] : https://github.com/mvdan/sh/pull/929
681
+ [ #955 ] : https://github.com/mvdan/sh/pull/955
679
682
680
683
[ 3.5.1 ] : https://github.com/mvdan/sh/releases/tag/v3.5.1
681
684
[ #860 ] : https://github.com/mvdan/sh/issues/860
You can’t perform that action at this time.
0 commit comments