add line for latest commit

This commit is contained in:
Laurent Sansonetti
2012-09-11 15:30:26 +02:00
parent 4766f89c57
commit 3038e9c6f4

2
NEWS
View File

@@ -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