From e575b91c95b145b516bd633574a9c71585afabe4 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 3 Sep 2014 17:47:28 +0200 Subject: [PATCH] sync --- NEWS-pre | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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).