From 4f02fd5f1e415aabc3d8f1fd36e8f6b7b787fa9a Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 5 Jun 2013 14:50:02 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index d52b3b35..efb96da5 100644 --- a/NEWS +++ b/NEWS @@ -24,6 +24,8 @@ (Ex app.sim_args += ["-com.apple.CoreData.SQLDebug", "1"]) * Fixed a bug in #respond_to? where WeakRef objects would not be properly handled. + * Fixed a bug in detecting file dependencies where it will not detect file + dependencies if the files contain the nested constants. * [OSX] Fixed a bug in `rake debug=1' where the debugger would not properly start in case the application name includes a space character. * [OSX] Added `rake ctags' task to generate `tags' file.