We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d368857 commit da0aec5Copy full SHA for da0aec5
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+Not released (2025-03-31)
5
+-------------------------
6
+
7
+Bugs fixed:
8
+ * lexer-strings.rb: Avoid an exception on utf8 surrogate pair codepoints (#1051) (Earlopain)
9
+ * builder.rb: emit `kwargs` node for `indexasgn` when opted in (#1053) (Earlopain)
10
+ * builder.rb: correctly handle `...` forwarding to super with explicit block (#1049) (Earlopain)
11
+ * numbered parameters are valid for pattern matching pinning (#1060) (Earlopain)
12
13
v3.3.7.3 (2025-03-26)
14
---------------------
15
0 commit comments