Skip to content

Commit dff4392

Browse files
committed
CHANGELOG: add entry for v3.6.0
1 parent 4b17735 commit dff4392

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [3.6.0] - 2022-??-??
3+
## [3.6.0] - 2022-12-11
44

55
This 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

657658
Initial 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

0 commit comments

Comments
 (0)