From 089782cb2a41405c613c5017a20a3e71780eb8d4 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Sat, 28 Sep 2024 17:17:31 +0200 Subject: [PATCH] Update changelog. --- doc/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/changelog.rst b/doc/changelog.rst index 169c872b6..c853c70cc 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,6 +1,16 @@ Changelog ========= +6.0.1 (unreleased) +------------------ + +Fix +~~~ + +- Workaround for a clang 17 issue that would result in + runtime exceptions during (de)serialisation + (`#458 `__). + 6.0.0 (2024-09-21) ------------------