Commit 3ebe8bf6c3aec7e92f3bbfca32e1c9994339e076
1 parent
689a093e
Update release notes
Showing
1 changed file
with
9 additions
and
0 deletions
manual/release-notes.rst
| ... | ... | @@ -64,6 +64,15 @@ Planned changes for future 12.x (subject to change): |
| 64 | 64 | representation of the object directly to a pipeline. This is |
| 65 | 65 | much faster than calling ``QPDFObjectHandle::getJSON``. |
| 66 | 66 | |
| 67 | + - Other Enhancements | |
| 68 | + | |
| 69 | + - Code coverage reports are generated in CI and uploaded to | |
| 70 | + CodeCov. | |
| 71 | + | |
| 72 | + - There have been non-user-visible improvements to the reliability | |
| 73 | + of the JSON parser. The JSON parser has been added to fuzz | |
| 74 | + testing with OSS-Fuzz. | |
| 75 | + | |
| 67 | 76 | 11.8.0: January 8, 2024 |
| 68 | 77 | - Bug fixes: |
| 69 | 78 | ... | ... |