Ruby: add change note

This commit is contained in:
Arthur Baars
2023-02-06 10:02:06 +01:00
parent f391948b53
commit ec46f33a01

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Ruby 3.1: one-line pattern matches are now supported. The AST nodes are named `TestPattern` (`expr in pattern`) and `MatchPattern` (`expr => pattern`).