Concurrent Ruby v1.0.1 Release Notes

Release Date: 2016-02-27 // about 8 years ago
    • ๐Ÿ›  Fix "uninitialized constant Concurrent::ReentrantReadWriteLock" error.
    • ๐Ÿ‘ Better handling of autoload vs. require.
    • ๐Ÿ‘Œ Improved API for Edge Future zipping.
    • ๐Ÿ›  Fix reference leak in Edge Future constructor .
    • ๐Ÿ›  Fix bug which prevented thread pools from surviving a fork.
    • ๐Ÿ›  Fix bug in which TimerTask did not correctly specify all its dependencies.
    • ๐Ÿ‘Œ Improved support for JRuby+Truffle
    • ๐Ÿ‘Œ Improved error messages.
    • ๐Ÿ‘Œ Improved documentation.
    • โšก๏ธ Updated README and CONTRIBUTING.