diff --git a/NEWS-pre b/NEWS-pre index 866f4891..3ac0b07c 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -11,13 +11,15 @@ * Added the following Module methods: attr, included_modules, instance_methods, public_instance_methods, protected_instance_methods, private_instance_methods, method_added. - * Added the following Class methods: inherited. + * Added the following Class methods: inherited, superclass. * Added the following String methods: clear, concat, <<, empty?, replace, intern, to_str, upcase, upcase!, downcase, downcase!, swapcase, swapcase!, capitalize, capitalize!, reverse, reverse!, *, <=>, casecmp, start_with?, end_with?, include?, index, rindex. * Added the following Proc methods: [], ===, yield, to_proc, arity, clone, dup, ==, eql?, binding, to_s, lambda?, weak!, owner. + * Added the following MatchData methods: regexp, size, length, offset, begin, + end. * 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).