Skip to content

Commit cd5053e

Browse files
committed
2.37
1 parent 4da99bd commit cd5053e

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

NEWS

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
= RubyMotion 2.37 =
2+
3+
* Fixed a regression where Dispatch.once did not work correctly when it was
4+
invoked in some points.
5+
* Fixed a bug where the compiler would crash with an assertion message
6+
`[BUG] Object: SubtypeUntil ...' when compiling certain Ruby files.
7+
* Fixed a bug in the compiler when compiling for ARM64 where certain types
8+
would still be emitted with a 32-bit architecture in mind.
9+
* Fixed a bug in the compiler when compiling for ARM64 where certain structs
10+
would not be properly available (such as NSDecimal).
11+
112
= RubyMotion 2.36 =
213

314
* Added ARM64 support (64-bit) for iOS. It is not yet enabled by default for

lib/motion/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525

2626
module Motion
27-
Version = "2.36"
27+
Version = "2.37"
2828
end

0 commit comments

Comments
 (0)