From abf0f62cec84e13cd26bed3d891cb5b886d11e67 Mon Sep 17 00:00:00 2001 From: Wenqing Wang Date: Sat, 6 Jul 2024 12:00:59 +0200 Subject: [PATCH] Update the changelog for PR #5208, which fixes a compilation error with gcc 14. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ab6c713c16..8f19094994 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -29,6 +29,10 @@ Bug fixes: versions before 10.14. `#5200 `_ +* A missing ``#include `` in pybind11/typing.h was added, to + fix a GCC 14 build error. + `#5200 `_ + Version 2.13.0 (June 25, 2024) ------------------------------