From 56b810b91c9ae15d1462633c6a8a1b522ebf8e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Wed, 28 Sep 2022 18:04:11 +0300 Subject: [PATCH] Update chagelog. --- AUTHORS.rst | 1 + CHANGELOG.rst | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index d8271272..ae14600e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -51,4 +51,5 @@ Authors * Danilo Šegan - https://github.com/dsegan * Michał Bielawski - https://github.com/D3X * Zac Hatfield-Dodds - https://github.com/Zac-HD +* Ronny Pfannschmidt - https://github.com/RonnyPfannschmidt * Christian Fetzer - https://github.com/fetzerch diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1c1b524e..479112ba 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog ========= -4.0.0 (future) -------------------- +4.0.0 (2022-09-28) +------------------ **Note that this release drops support for multiprocessing.** @@ -24,8 +24,8 @@ Changelog * Added support for LCOV output format via `--cov-report=lcov`. Only works with coverage 6.3+. Contributed by Christian Fetzer in `#536 `_. - * Use modern way to specify hook options to avoid deprecation warnings with pytest >=7.2. + Contributed by Ronny Pfannschmidt in `#550 `_. 3.0.0 (2021-10-04)