parking/CHANGELOG.md

44 lines
656 B
Markdown
Raw Permalink Normal View History

# Version 2.2.0
- Implement `From<Unparker>` for `Waker`. This enables `Waker`s to be constructed from `Unparker`s without allocating. (#18)
# Version 2.1.1
- Update docs with new logo. (#14)
2023-04-07 17:13:00 +00:00
# Version 2.1.0
- Add will_unpark and same_parker methods to Unparker. (#10)
2020-08-04 18:02:45 +00:00
# Version 2.0.0
- Return `bool` from `unpark()` methods.
2020-07-24 21:40:31 +00:00
# Version 1.0.6
- Add more details on licensing.
2020-07-15 12:53:11 +00:00
# Version 1.0.5
- Implement `Default` for `Parker`.
2020-07-07 21:26:53 +00:00
# Version 1.0.4
- Forbid unsafe code.
2020-06-25 16:48:33 +00:00
# Version 1.0.3
- Improved documentation.
2020-06-22 16:38:40 +00:00
# Version 1.0.2
- Remove all unsafe code.
2020-05-28 21:15:46 +00:00
# Version 1.0.1
- Explain `Parker::park()` better.
2020-05-16 14:13:43 +00:00
# Version 1.0.0
- Initial version.