Add ChangeLog for previous pull requests

This commit is contained in:
Jay Berkenbilt 2023-12-21 14:53:35 -05:00
parent 6aa811e5cd
commit 64c840b1ea
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,12 @@
functions in C++ that interoperate with the C API. See
examples/extend-c-api for more information.
* Bug fix from M. Holger: the default for /Columns in PNG filter
is 1, but libqpdf was acting like it was 0.
* Enhancement from M. Holger: add methods to Buffer to work more
easily with std::string.
2023-12-10 Jay Berkenbilt <ejb@ql.org>
* 11.6.4: release

View File

@ -60,6 +60,9 @@ Planned changes for future 12.x (subject to change):
C API to enable custom C++ code to interoperate more easily with
the the C API. See ``examples/extend-c-api``.
- Add methods to ``Buffer`` to work more easily and efficiently
with ``std::string``.
11.6.4: December 10, 2023
- Bug fixes: