Skip to content

Commit d902957

Browse files
committed
Add ChangeLog entry
1 parent a6f87f3 commit d902957

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Compatibility:
1111
* Fix `Hash#shift` when Hash is empty but has initial default value or initial default proc (@itarato).
1212
* Make `Array#shuffle` produce the same results as CRuby (@rwstauner).
1313
* Add `Process.argv0` method (@andrykonchin).
14+
* Add support for array pattern matching. This is opt-in via `--pattern-matching` since pattern matching is not fully supported yet. (#2683, @razetime).
1415

1516
Performance:
1617

0 commit comments

Comments
 (0)