From dbd7fbde31eef0dcc91aa11fa8075e93162c07fe Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 4 Sep 2014 15:49:14 +0200 Subject: [PATCH] sync --- NEWS-pre | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS-pre b/NEWS-pre index 3ac0b07c..6df02a6d 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -18,8 +18,10 @@ end_with?, include?, index, rindex. * Added the following Proc methods: [], ===, yield, to_proc, arity, clone, dup, ==, eql?, binding, to_s, lambda?, weak!, owner. + * Re-based the MatchData class on a proper distinct subclass in order to + lift runtime limitations. * Added the following MatchData methods: regexp, size, length, offset, begin, - end. + end, inspect, to_s, string, pre_match, post_match, captures, names. * Fixed the symbolication of backtraces to work on versions of Android where the `libcorkscrew' library isn't present (such as super-old API versions as well as the latest one, L).