=======
- When exiting :func:`run`, do not wrap exceptions into a ``RuntimeError``.
- Edzed is not compatible with the asyncio eager tasks feature.
Add a run-time check.
- Use the standard 'warning' module for deprecation warnings.
- Add a test for circular references caused by exceptions.
This test is experimental. The reference cycles are harmless,
but they increase overhead.
- Documentation: Correct the minimal Python version in requirements.
It's Python >= 3.9.