File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 3.6.0] - 2022-??-??
3+ ## [ 3.6.0] - 2022-12-11
44
55This release drops support for Go 1.17 and includes many features and fixes.
66
@@ -30,6 +30,7 @@ This release drops support for Go 1.17 and includes many features and fixes.
3030- ** interp**
3131 - Add initial implementation for ` mapfile ` and ` readarray ` - [ #863 ]
3232 - Improve matching patterns against multiple lines - [ #866 ]
33+ - Support ` %b ` in the ` printf ` builtin - [ #955 ]
3334 - Display all Bash options in ` shopt ` - [ #877 ]
3435- ** pattern**
3536 - Add ` EntireString ` to match the entire string using ` ^$ ` - [ #866 ]
@@ -656,6 +657,7 @@ module in v3.
656657
657658Initial release.
658659
660+ [ 3.6.0 ] : https://github.com/mvdan/sh/releases/tag/v3.6.0
659661[ #779 ] : https://github.com/mvdan/sh/issues/779
660662[ #803 ] : https://github.com/mvdan/sh/issues/803
661663[ #814 ] : https://github.com/mvdan/sh/issues/814
@@ -676,6 +678,7 @@ Initial release.
676678[ #917 ] : https://github.com/mvdan/sh/pull/917
677679[ #928 ] : https://github.com/mvdan/sh/issues/928
678680[ #929 ] : https://github.com/mvdan/sh/pull/929
681+ [ #955 ] : https://github.com/mvdan/sh/pull/955
679682
680683[ 3.5.1 ] : https://github.com/mvdan/sh/releases/tag/v3.5.1
681684[ #860 ] : https://github.com/mvdan/sh/issues/860
You can’t perform that action at this time.
0 commit comments