From bdd7e1f8a919d0280d4751d096fdc8fcb629c456 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 22 Jul 2013 14:43:07 +0900 Subject: [PATCH] add line in NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index b173fb2c..0e4ec2c8 100644 --- a/NEWS +++ b/NEWS @@ -27,6 +27,7 @@ * Fixed a bug in build system where app.deployment_target and app.sdk_version were compared as String. Thanks to Andrew Babichev for the patch (pull request #108). + * Added `rake crashlog' task to show a last crash log. * [iOS] Fixed a warning message from the linker that would be displayed when use Xcode 5. * [iOS] Fixed a bug in debugger where built-in debug commands are not working