[NEWS] Document vendor_project BS file location fix.

This commit is contained in:
Eloy Durán
2014-02-03 13:21:27 +01:00
parent 882c7b42dc
commit d4c32b110d

3
NEWS
View File

@@ -7,6 +7,9 @@
IPHONEOS_DEPLOYMENT_TARGET option instead of MACOSX_DEPLOYMENT_TARGET.
* Fixed a memory leak where the objects which has cycle reference would not
be released when it would use Dispatch::Queue with asynchronous.
* Fixed a bug where BridgeSupport files for external projects included via
`vendor_project' were being shared across platform and not removed with
`rake clean'.
* Added reference zeroing to `WeakRef' starting from iOS 5 and OS X 10.7. It
will now raise an exception in case a message is sent after the reference
has been deallocated. Use the `WeakRef#weakref_alive?' method to check if