17
0

Accepting request 1041066 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/1041066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-ruby_parser?expand=0&rev=90
This commit is contained in:
Stephan Kulow
2022-12-13 11:46:25 +00:00
committed by Git OBS Bridge
parent 8198c5edea
commit ef129ca6c5
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Dec 7 11:34:30 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 3.19.2
see installed History.rdoc
=== 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.
-------------------------------------------------------------------
Thu Apr 28 05:48:21 UTC 2022 - Stephan Kulow <coolo@suse.com>