From 3ebe8bf6c3aec7e92f3bbfca32e1c9994339e076 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 18 Feb 2024 08:57:15 -0500 Subject: [PATCH] Update release notes --- manual/release-notes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/manual/release-notes.rst b/manual/release-notes.rst index 209e9181..274b8fa3 100644 --- a/manual/release-notes.rst +++ b/manual/release-notes.rst @@ -64,6 +64,15 @@ Planned changes for future 12.x (subject to change): representation of the object directly to a pipeline. This is much faster than calling ``QPDFObjectHandle::getJSON``. + - Other Enhancements + + - Code coverage reports are generated in CI and uploaded to + CodeCov. + + - There have been non-user-visible improvements to the reliability + of the JSON parser. The JSON parser has been added to fuzz + testing with OSS-Fuzz. + 11.8.0: January 8, 2024 - Bug fixes: