mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
737 B
737 B
0.2.0 (April 21, 2019)
Breaking Changes
- Remove
Callsite::clear_interestandCallsite::add_interest(#1039) metadata!macro now requires aKindfield (#1046)
Added
- Add a function to rebuild cached interest (#1039)
- Add overrideable downcasting to
Subscribers (#974) - Add slightly more useful debug impls (#1014)
- Introduce callsite classification in metadata (#1046)
Fixed
fmt::Debugimpls forfield::Displayandfield::Debugnot passing through to the inner value (#992)- Entering a
Dispatchfunction unsets the default dispatcher for the duration of the function (so that events inside the subscriber cannot cause infinite loops) (#1033)
0.1.0 (March 13, 2019)
- Initial release