2021-01-22 13:51:39 +00:00
committed by Git OBS Bridge
parent 158a1a7baf
commit 77fd32b284
3 changed files with 41 additions and 15 deletions

View File

@@ -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>