specs v0.16.1 Release Notes

Release Date: 2020-02-18 // about 4 years ago
    • 👯 JoinIter now implements Clone when inner types are Clone -- usually for immutable join()s. (#620)
    • ⬆️ Bump hibitset to 0.6.3. (#620)
    • StorageEntry::replace replaces a component, returning the previous value if any. (#622)

Previous changes from v0.16.0

    • ⚡️ Update syn, quote and proc-macro2 to 1.0. (#648)
    • Implement ParJoin for MaybeJoin if the inner type is ParJoin. (#655)
    • ✂ Remove "nightly" feature -- improved panic messages are available on stable. (#671)
    • ⬆️ Bump shred to 0.10.2. (#671, #674, #683)
    • 🔀 Components and resources no longer need to be Send + Sync if parallel feature is disabled (#673, #674)
    • ⬆️ Bump uuid to 0.8.1. (#683)
    • ⬆️ Bump rayon to 1.3.0. (#683)