From 2e12e048f0a58ee9056aacb4fa4bbfd041c3aeba Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 2 Sep 2014 18:13:29 +0200 Subject: [PATCH] sync --- NEWS-pre | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS-pre b/NEWS-pre index 5ba94ec0..aae92709 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -3,7 +3,10 @@ * 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). - * Added the Kernel module and moved all methods that belong there. + * Added the Kernel module and moved all methods pre-defined on Object that + now belong there. + * Added the following Kernel methods: tap, instance_variable_get, + instance_variable_set, instance_variable_defined?. * Added the following Object methods: eql?. * Added the following Module methods: attr, included_modules. * Added the following String methods: clear, concat, <<, empty?, replace,