add line in NEWS

This commit is contained in:
Watson
2013-06-17 08:07:05 +09:00
parent 313f2470f3
commit dbef9c97dc

2
NEWS
View File

@@ -9,6 +9,8 @@
Xcode 4.x and Xcode 5.
* Improve string interpolation performance. 40% faster.
* Improve String#delete performance. 5 times faster.
* Added 'skip_build' option to 'rake simulater' (ios) and 'rake run' (osx) to
to run simulator without recompiling.
* Added git repository support for templates.
(Ex motion create --template=https://github.com/IconoclastLabs/smart-ios.git test)
Thanks to Gant Laborde and Matt Garrison for the patch (pull request #92).