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).