[NEWS] fix RM-457

This commit is contained in:
Watson
2014-03-31 15:20:22 +09:00
parent ef787ffc28
commit 081e6567bc
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -20,6 +20,8 @@
objects could not call methods on itself.
* Added support for Xcode 5.1 and iOS 7.1 final.
* [iOS] Made `tap' test helper work with `UISwitch'.
* Fixed a bug which it would not handle the method with bool type argument
properly.
* Fixed a bug where the cycle detector did not work for Array/Hash objects.
* Fixed a memory leak in Object#{method, public_method, instance_method,
public_instance_method}.