[NEWS] Fixed a bug in compiler where boxed type is not registered if structure is only used within pointer

This commit is contained in:
Watson
2013-11-26 11:41:18 +09:00
parent 985d39f43b
commit e80b0e7607
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@@ -2,6 +2,8 @@
* Define implementations of NSObject methods, such as `conformsToProtocol',
that take Ruby semantics into account on all classes created by RubyMotion.
* Fixed a bug in compiler where boxed type is not registered if structure is
only used within pointer.
* Added support for dynamic name directory in template. Thanks to Toshiwo for
the patch (pull request #144).

2
vm

Submodule vm updated: 50c0e286f4...9d406b6f91