Sha256: 530aa2721d200bcc1ba4bd66b3db652c6de1133c339e42e3d6f49974c1b58392
Contents?: true
Size: 426 Bytes
Versions: 2
Compression:
Stored size: 426 Bytes
Contents
# SortedSet Changelog ## 1.0.1 (2020-12-22) * Enhancements * Be a no-op library for JRuby, as it has its own version of Set and SortedSet. ## 1.0.0 (2020-12-22) This is the first release of sorted_set as a gem. Here lists the changes since the version bundled with Ruby 2.7. * Breaking Changes * The pure-ruby fallback implementation has been removed. It now requires an RBTree library (rbtree) to install and run.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sorted_set-1.0.1-java | CHANGELOG.md |
sorted_set-1.0.1 | CHANGELOG.md |