Skip to content

Latest commit

 

History

History
47 lines (24 loc) · 734 Bytes

CHANGELOG.md

File metadata and controls

47 lines (24 loc) · 734 Bytes

Version 2.2.1

  • Specify the reason for using parking in the docs. (#25)

Version 2.2.0

  • Implement From<Unparker> for Waker. This enables Wakers to be constructed from Unparkers without allocating. (#18)

Version 2.1.1

  • Update docs with new logo. (#14)

Version 2.1.0

  • Add will_unpark and same_parker methods to Unparker. (#10)

Version 2.0.0

  • Return bool from unpark() methods.

Version 1.0.6

  • Add more details on licensing.

Version 1.0.5

  • Implement Default for Parker.

Version 1.0.4

  • Forbid unsafe code.

Version 1.0.3

  • Improved documentation.

Version 1.0.2

  • Remove all unsafe code.

Version 1.0.1

  • Explain Parker::park() better.

Version 1.0.0

  • Initial version.