This commit is contained in:
Laurent Sansonetti
2014-10-13 14:23:42 +02:00
parent 74fd027c2e
commit 47bd3a3d43

14
NEWS
View File

@@ -7,15 +7,15 @@
that require us to use a newer C++ standard library.
* Fixed a bug when copying an `ImmediateRef', which isn't needed anyways,
because a tagged pointer can not be duplicated either.
* [Vendor] Fixed a bug where Xcode 6 would cache precompiled headers in a
hidden location and subsequent builds could fail after cleaning.
* [Vendor] Fixed a bug where a failed build could cause subsequent builds to
* Fixed a bug where Xcode 6 would cache precompiled headers in a
hidden location and subsequent vendored builds could fail after cleaning.
* Fixed a bug where a failed vendored build could cause subsequent builds to
never actually start.
* [Vendor] Removed Xcode 6 noise from build output.
* Fixed the build system to remove Xcode 6 noise from vendored build output.
* [iOS] Fixed a bug where it could not configure `app.provisioning_profile'
in Rakefile in App Extensions.
* Fixed a bug where it could not include #supportedInterfaceOrientations
method properly.
* Fixed a bug where the #supportedInterfaceOrientations method would be not
properly included.
* Fixed a race condition bug in the runtime where a crash would occur if
the same Objective-C constant was being resolved at the same time from
different threads.
@@ -23,7 +23,7 @@
open the pre-release NEWS file instead.
* Fixed the `motion update --pre' command to print a reference to the
`motion changelog --pre' command.
* Improved IO#.read performance which read from files. ~4 times faster.
* Improved IO#.read performance to read from files. ~4 times faster.
= RubyMotion 2.35 =