Skip to content

Commit fe1286f

Browse files
committed
prepped for release
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13848]
1 parent 744c910 commit fe1286f

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.rdoc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
=== 3.20.3 / 2023-07-11
2+
3+
* 2 minor enhancements:
4+
5+
* Added Parser#in_argdef and integrated into 3.x parsers.
6+
* Improved tools/munge.rb to handler MRI 3.2 output
7+
8+
* 2 bug fixes:
9+
10+
* Fixed process_dots to properly deal with paren-less forward_args. (eric1234)
11+
* Fixed tools/ripper.rb to properly print ripper sexp at the end
12+
113
=== 3.20.2 / 2023-06-06
214

315
* 1 bug fix:

lib/ruby_parser_extras.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def nil_line?
3030
end
3131

3232
module RubyParserStuff
33-
VERSION = "3.20.2"
33+
VERSION = "3.20.3"
3434

3535
attr_accessor :lexer, :in_def, :in_single, :file, :in_argdef
3636
attr_accessor :in_kwarg

0 commit comments

Comments
 (0)