Fix build failure
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-parser?expand=0&rev=55
This commit is contained in:
@@ -2,7 +2,32 @@
|
||||
Fri Jan 22 12:16:59 UTC 2021 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
updated to version 3.0.0.0
|
||||
CHANGELOG.md removed upstream
|
||||
|
||||
v3.0.0.0 (2020-12-25)
|
||||
---------------------
|
||||
|
||||
API modifications:
|
||||
* current.rb: bump default branch to parser/ruby30. (#782) (Ilya Bylich)
|
||||
* do not emit truncated parts of squiggly heredoc (#774) (Ilya Bylich)
|
||||
* Optimize `SourceBuffer` line and column handling (#755) (Marc-André Lafortune)
|
||||
|
||||
Features implemented:
|
||||
* ruby30.y: reintroduce `expr in pat` (#777) (Ilya Bylich)
|
||||
* builder: emit implicit hash passed to a method call as kwargs (#769) (Ilya Bylich)
|
||||
* lexer.rl: use more specific warning for ambiguous slash. (#768) (Ilya Bylich)
|
||||
* ruby30.y: allow endless method without arglist. (#765) (Ilya Bylich)
|
||||
* ruby30.y: use `=>` for one-line pattern matching. (#760) (Ilya Bylich)
|
||||
* ruby30.y: reject setters in all endless method defs. (#758) (Ilya Bylich)
|
||||
|
||||
Bugs fixed:
|
||||
* lexer.rl: don't perform lookahead after tASSOC. (#764) (Ilya Bylich)
|
||||
|
||||
v2.7.2.0 (2020-10-06)
|
||||
---------------------
|
||||
|
||||
API modifications:
|
||||
* Bump 2.7 branch to 2.7.2 (#748) (Koichi ITO)
|
||||
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 25 14:37:45 UTC 2020 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
Reference in New Issue
Block a user