Skip to content

0.7.0

Latest
Compare
Choose a tag to compare
@gottadiveintopython gottadiveintopython released this 29 Aug 12:49
· 6 commits to main since this release

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 previous Event class.
  • AsyncEvent and AsyncBox are now deprecated aliases. Use ExclusiveEvent and ExclusiveBox instead.
  • Dropped Python 3.8 support.

Full Changelog: 0.6.3...0.7.0