Skip to content

Commit 95d2695

Browse files
committed
Update changelog.
1 parent fbfa66b commit 95d2695

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
Changelog
22
=========
33

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+
430
v3.2.2.4 (2023-10-04)
531
---------------------
632

0 commit comments

Comments
 (0)