From 1181b067972bf94569f8011f3b18f271690f9ab1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sun, 24 Mar 2024 22:06:14 +0200 Subject: [PATCH] Update changelog. --- AUTHORS.rst | 2 ++ CHANGELOG.rst | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index 00a833fa..44e92874 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -60,3 +60,5 @@ Authors * Christian Fetzer - https://github.com/fetzerch * Jonathan Stewmon - https://github.com/jstewmon * Matthew Gamble - https://github.com/mwgamble +* Christian Clauss - https://github.com/cclauss +* Dawn James - https://github.com/dawngerpony diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a74497fd..5dd46aa3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,22 @@ Changelog ========= -5.0.0 (2024-03-18) +5.0.0 (2024-03-24) ------------------ * Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in `#623 `_. * Switched docs theme to Furo. +* Various legacy Python cleanup and CI improvements. + Contributed by Christian Clauss and Hugo van Kemenade in + `#630 `_, + `#631 `_, + `#632 `_ and + `#633 `_. +* Added a ``pyproject.toml`` example in the docs. + Contributed by Dawn James in `#626 `_. +* Modernized project's pre-commit hooks to use ruff. Initial POC contributed by + Christian Clauss in `#584 `_. 4.1.0 (2023-05-24) ------------------