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

update

OBS-URL: https://build.opensuse.org/request/show/399569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-parser?expand=0&rev=19
This commit is contained in:
Stephan Kulow
2016-06-02 05:54:12 +00:00
committed by Git OBS Bridge
parent ac2f914b48
commit 8b0fc565e2
4 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Jun 2 04:32:20 UTC 2016 - coolo@suse.com
- updated to version 2.3.1.2
see installed CHANGELOG.md
v2.3.1.2 (2016-06-02)
---------------------
API modifications:
* parser/current: update 2.2 warning to 2.2.5 (#295) (Kohei Suzuki)
Bugs fixed:
* AST_FORMAT: Fix `kwarg` example (#294) (Magnus Holm)
v2.3.1.1 (2016-06-01)
---------------------
Bugs fixed:
* ruby{^18}.y: "lambda{|;a|a}": treat shadowarg as local inside block. (Ilya Bylich)
* Builders::Default: "foo&.bar{}": emit csend in block properly. (whitequark)
* runner.rb: re-add --23 (cremno)
* runner.rb: make --24 actually use the 2.4 parser (cremno)
-------------------------------------------------------------------
Wed Apr 27 04:36:04 UTC 2016 - coolo@suse.com