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

update

OBS-URL: https://build.opensuse.org/request/show/384999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-parser?expand=0&rev=17
This commit is contained in:
Stephan Kulow
2016-04-11 06:08:24 +00:00
committed by Git OBS Bridge
parent 3cbdbe2acc
commit 91cd2f830f
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Apr 6 06:29:15 UTC 2016 - coolo@suse.com
- updated to version 2.3.0.7
see installed CHANGELOG.md
v2.3.0.7 (2016-03-25)
---------------------
API modifications:
* Source::Diagnostic: handle ranges pointing to newlines (#273). (whitequark)
Features implemented:
* Parser::Base#tokenize: allow recovery from syntax errors. (whitequark)
* lexer.rl: "a=1; a b: 1": allow label after command clashing with local. (whitequark)
* lexer.rl: "undef %s(x)": emit %s literals in expr_fname in 2.3 mode. (whitequark)
Bugs fixed:
* Builders::Default: reject non-UTF-8 compatible literals. (whitequark)
-------------------------------------------------------------------
Wed Mar 2 05:34:43 UTC 2016 - coolo@suse.com