Rubinius v4.6 Release Notes

Release Date: 2019-09-07 // over 4 years ago
  • ๐Ÿ”– Version 4.6 (2019-09-07)

    โž• Add a stub of NetBSD support (Kamil Rytarowski)

    ๐Ÿ‘Œ Support Ruby version 10.0. ๐Ÿฆ„ ๐ŸŒˆ ๐Ÿˆ (Brian Shirai)

    ๐Ÿฑ Teach the specs about the future. ๐ŸŽ‰ (Brian Shirai)

    โž• Added Regexp#match?. (Brian Shirai)

    Implement Array#append and Array#prepend (Christian Bruckmayer)
    ๐Ÿ’Ž Introduced in Ruby 2.5
    ๐Ÿ‘€ See https://bugs.ruby-lang.org/issues/12746

    Implement specs for Array#prepend and Array#append (Christian Bruckmayer)
    ๐Ÿ‘€ See https://bugs.ruby-lang.org/issues/12746

    ๐Ÿ”– Removed some obsolete ruby_version_is guards. (Brian Shirai)
    ๐Ÿ‘ The Rubinius specs only specify the currently supported behavior so no
    ๐Ÿ”– version guards are necessary.

    ๐Ÿ‘Œ Support 'configue && make install'. (Brian Shirai)