Skip to content

May 2015 Stable Release

Choose a tag to compare

@tsahara tsahara released this 07 May 03:23
· 77 commits to stable_1_0 since this release

Changes from the previous release are:

  • mruby@2fe556d [ruby-bug#11107] Syntax error is raised by "p ->() do a(1) do end end", but not by "p ->() do a 1 do end end"
  • mruby#2770 Segfault in mrb_class
  • mruby#2769 Segfault in new_scope
  • mruby#2762 Add test of negative arguments for Integer#%
  • mruby#2726 rescue and ensure execute incorrect order