Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@nvzqz nvzqz released this 25 Jul 15:37
· 8 commits to master since this release
v2.0.1

Fixes

  • Made withThreadLocal(_:) part of the ThreadLocalRetrievable definition
    • If this method is reimplemented elsewhere, it's not ambiguous to the compiler which version to use
    • Has a default implementation, making this a non-breaking change