[NEWS] fix RM-601

This commit is contained in:
Watson
2014-09-16 23:41:55 +09:00
parent 278cd9b35e
commit f9e16114da
2 changed files with 4 additions and 2 deletions

4
NEWS
View File

@@ -30,7 +30,9 @@
* Fixed a bug where Method#owner will return incorrect owner if the method
in inherited class would be overrided.
* Fixed a bug where wrong method would called when it would include module
which have#viewWillAppear and #viewWillDisappear implementations.
which have #viewWillAppear and #viewWillDisappear implementations.
* Fixed a bug where method would not called when it would include some module
which have #viewWillAppear implementations.
* Fixed a bug where #method_missing would receive incorrect arguments after
calling was cached.
* Fixed a bug where the build system would ping the update server for each

2
vm

Submodule vm updated: 270638aa8c...fb1e37f335