From 3038e9c6f4f660cdaee5826b26607ea10cd6d7d2 Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Tue, 11 Sep 2012 15:30:26 +0200 Subject: [PATCH] add line for latest commit --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index 652736a7..a0ef3935 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ (ex. `rake spec | ...'). * Added the Dispatch.once method, which wraps the dispatch_once() function, that can be useful to implement singletons. Usage: Dispatch.once { ... }. + * Added support for `define_method'. Note that it cannot be used to overwrite + existing Objective-C methods, because of the static compiler. * Fixed a bug where String#% does not accept a format argument which has multiple named arguments. * Fixed a bug where String#% accepts a format argument which specifies width