- [Bugfix](https://github.com/nocarryr/python-dispatch/commit/5770d7141c6ca9aec950dbf6d30d265ccb841682) for awaitable object methods
0.1.0
Add asyncio support - 3
0.0.9
0.0.8
* Add support for `async with` statement in emission locks. See docs [here](https://nocarryr.github.io/python-dispatch/api.html#pydispatch.dispatch.Dispatcher.emission_lock)
0.0.7
- Added `emission_lock` feature to hold event emission within a context manager. [See docs here](https://nocarryr.github.io/python-dispatch/api.html#pydispatch.dispatch.Dispatcher.emission_lock)
0.0.6
- Add option to include previous (deep copied) values for container type `Property` objects