From c7a8277723d96d7c6746b95a1f99dcf41460cc50 Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Wed, 9 Oct 2024 19:07:49 +0200 Subject: [PATCH] Update changelog. --- doc/changelog.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/changelog.rst b/doc/changelog.rst index c853c70cc..f97b75bd5 100644 --- a/doc/changelog.rst +++ b/doc/changelog.rst @@ -1,12 +1,15 @@ Changelog ========= -6.0.1 (unreleased) +6.1.0 (unreleased) ------------------ Fix ~~~ +- Fix symbols not found by the JIT runtime when heyoka + is ``dlopen()``-ed with ``RTLD_LOCAL`` + (`#460 `__). - Workaround for a clang 17 issue that would result in runtime exceptions during (de)serialisation (`#458 `__).