diff --git a/docs/reference/changelog.rst b/docs/reference/changelog.rst index abf27a0a..77cf3451 100644 --- a/docs/reference/changelog.rst +++ b/docs/reference/changelog.rst @@ -2,7 +2,7 @@ Changelog ========= -0.24.0 (UNRELEASED) +0.24.0 (2024-08-22) =================== - BREAKING: Updated minimum supported pytest version to v8.2.0 - Adds an optional `loop_scope` keyword argument to `pytest.mark.asyncio`. This argument controls which event loop is used to run the marked async test. `#706`_, `#871 `_