From 3cadd6f540cafcfef1c0fc9a9248b96ccd8919bb Mon Sep 17 00:00:00 2001 From: Watson Date: Wed, 3 Sep 2014 16:27:38 +0900 Subject: [PATCH] [NEWS] fix RM-583 --- NEWS | 2 ++ vm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 36d10ecf..49009033 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ be removed with `rake clean' command. * 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. = RubyMotion 2.32 = diff --git a/vm b/vm index 8747b14f..76b5224c 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 8747b14fbe8353ed5313c3e05df22abbe9c05d52 +Subproject commit 76b5224cd95f633971ff492457504a391f8268a2