Skip to content

Commit

Permalink
prepped for release
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ruby_parser/dev/": change = 13593]
  • Loading branch information
zenspider committed Dec 3, 2022
1 parent c82ae7b commit c324389
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== 3.19.2 / 2022-12-03

* 5 bug fixes:

* Fixed bug parsing array patterns using %w, %i, etc.
* Fixed dedenting when heredoc has only empty line and interpolation. (mvz)
* Fixed dsym unescaping. (mvz)
* Fixed vars in pattern matching that should be lasgn, not lvar.
* find_pat mid-patterns are now splatted inline, not wrapped in an array_pat.

=== 3.19.1 / 2022-04-05

* 2 bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion lib/ruby_parser_extras.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def nil_line?
end

module RubyParserStuff
VERSION = "3.19.1"
VERSION = "3.19.2"

attr_accessor :lexer, :in_def, :in_single, :file
attr_accessor :in_kwarg
Expand Down

0 comments on commit c324389

Please sign in to comment.