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 = 11529]
  • Loading branch information
zenspider committed Feb 14, 2018
1 parent bc8e27b commit 588c765
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
=== 3.11.0 / 2018-02-14

* 1 major enhancement:

* Expand to support ruby 2.5 parsing.

* 3 bug fixes:

* Fixed %r lexing when delimiter is also used in (?X) group.
* Restore newline after label to detect required kwarg. (presidentbeef)
* Return `s(:self)` target for `self[]` calls. (presidentbeef)

=== 3.10.1 / 2017-07-21

* 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 @@ -7,7 +7,7 @@
require "rp_stringscanner"

module RubyParserStuff
VERSION = "3.10.1"
VERSION = "3.11.0"

attr_accessor :lexer, :in_def, :in_single, :file
attr_reader :env, :comments
Expand Down

0 comments on commit 588c765

Please sign in to comment.