What's Changed
- The
Event
class is now completely different from the previous version's. (serious API break). (#101)- Newly added
Box
class is closer to the previousEvent
class.
- Newly added
AsyncEvent
andAsyncBox
are now deprecated aliases. UseExclusiveEvent
andExclusiveBox
instead.- Dropped Python 3.8 support.
Full Changelog: 0.6.3...0.7.0