event-listener/CHANGELOG.md

21 lines
315 B
Markdown
Raw Normal View History

2020-05-16 17:44:50 +00:00
# Version 0.3.2
- Make `Blocking` implement `Send` in more cases.
# Version 0.3.1
- Add `Blocking::with_mut()`.
# Version 0.3.0
- Remove `Blocking::spawn()`.
- Implement `Future` for `Blocking` only when the inner type is a `FnOnce`.
# Version 0.2.0
- Initial version
# Version 0.1.0
- Reserved crate name