**Fixed**
- GitHub Action: continuous integration
- [9]: `multiprocessing` on MacOS (by switching to `multiprocess`)
**Changed**
- [8]: order of `Msg` parameters so that `data` comes first
- [9]: core library is now `multiprocess` instead of `multiprocessing`; `dill` replaces `pickle`.
**Added**
- GitHub Action: `mypy` check for examples and tests
- supported python versions badge
- [5]: `Worker` wrapper for `Process` and `Thread`
- `cSpell` to track ignored words
**Removed**
- [7]: deprecated functions: `put_msg`, `iter_msg`, `iter_q`, `sortiter`, `endq`, `endq_and_wait`
---
[1]: https://github.com/metaist/ezq/issues/1
[3]: https://github.com/metaist/ezq/issues/3
[4]: https://github.com/metaist/ezq/issues/4
[6]: https://github.com/metaist/ezq/issues/6