File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2424# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525
2626module Motion
27- Version = "2.36 "
27+ Version = "2.37 "
2828end
You can’t perform that action at this time.
0 commit comments