From 91adde9cf96dbb7c720d129f5fca1fc91f0a6ced Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Wed, 29 Oct 2014 17:49:45 +0100 Subject: [PATCH] sync --- NEWS-pre | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS-pre b/NEWS-pre index 03da2090..6869f880 100644 --- a/NEWS-pre +++ b/NEWS-pre @@ -16,6 +16,7 @@ can also use the underscore-based notation, and the build system will then translate it to the actual class name (ex. `my_service.rb' -> `MyService'). * Added Array#{*, count, pop, shift, reverse, reverse!}. + * Added Kernel#raise. * Fixed Array#{first, last} in order to take an argument. * Fixed a bug in the runtime when calling ambiguous Java methods where a `nil' argument would not be considered acceptable for a Java reference.