File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ v3.3.0.0 (2024-01-05)
5
+ ---------------------
6
+
7
+ API modifications:
8
+ * current.rb: mark 3.3 branch as stable (#984 ) (Ilya Bylich)
9
+ * ruby33.y: extract string_dend (#969 ) (Ilya Bylich)
10
+ * lexer.rl: treat numparams as locals (#968 ) (Ilya Bylich)
11
+ * ruby33.y: extract words_sep (#967 ) (Ilya Bylich)
12
+ * literal.rb: match heredoc identifier from end of line (#965 ) (Ilya Bylich)
13
+ * ruby33.y: extract {endless_command,endless_arg} rules (#964 ) (Ilya Bylich)
14
+ * Bump Racc to 1.7.3 (#954 ) (Koichi ITO)
15
+
16
+ Features implemented:
17
+ * ruby33.y: reject ambiguous anonymous arguments (#983 ) (Ilya Bylich)
18
+ * ruby33.y: extract arg_splat rule. (#981 ) (Ilya Bylich)
19
+ * builder.rb: warn ` it ` in a block with no ordinary params. (#980 ) (Ilya Bylich)
20
+ * builder.rb: extract named captures only from static regexes. (#979 ) (Ilya Bylich)
21
+ * ruby33.y: accept expr_value in sclass definition. (#978 ) (Ilya Bylich)
22
+ * ruby33.y: extract p_in_kwarg (#977 ) (Ilya Bylich)
23
+ * ruby33.y: extract p_assoc and p_in rules (#976 ) (Ilya Bylich)
24
+ * ruby33.y: reject invalid gvar as symbol (#974 ) (Ilya Bylich)
25
+ * ruby33.y: properly restore in_defined flag, extract begin_defined rule (#973 ) (Ilya Bylich)
26
+ * builder.rb: reject multi-char gvar names starting with 0 (#972 ) (Ilya Bylich)
27
+ * ruby33.y: allow semicolon in parenthesis at the first argument of command call (#971 ) (Ilya Bylich)
28
+ * ruby33.y: parse qualified const with brace block as a method call (#970 ) (Ilya Bylich)
29
+
4
30
v3.2.2.4 (2023-10-04)
5
31
---------------------
6
32
You can’t perform that action at this time.
0 commit comments