You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ Compatibility:
11
11
* Fix `Hash#shift` when Hash is empty but has initial default value or initial default proc (@itarato).
12
12
* Make `Array#shuffle` produce the same results as CRuby (@rwstauner).
13
13
* 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).
0 commit comments