Commit 64c840b1eacd610e290ede0d24c36349dae5916e

Authored by Jay Berkenbilt
1 parent 6aa811e5

Add ChangeLog for previous pull requests

ChangeLog
@@ -17,6 +17,12 @@ @@ -17,6 +17,12 @@
17 functions in C++ that interoperate with the C API. See 17 functions in C++ that interoperate with the C API. See
18 examples/extend-c-api for more information. 18 examples/extend-c-api for more information.
19 19
  20 + * Bug fix from M. Holger: the default for /Columns in PNG filter
  21 + is 1, but libqpdf was acting like it was 0.
  22 +
  23 + * Enhancement from M. Holger: add methods to Buffer to work more
  24 + easily with std::string.
  25 +
20 2023-12-10 Jay Berkenbilt <ejb@ql.org> 26 2023-12-10 Jay Berkenbilt <ejb@ql.org>
21 27
22 * 11.6.4: release 28 * 11.6.4: release
manual/release-notes.rst
@@ -60,6 +60,9 @@ Planned changes for future 12.x (subject to change): @@ -60,6 +60,9 @@ Planned changes for future 12.x (subject to change):
60 C API to enable custom C++ code to interoperate more easily with 60 C API to enable custom C++ code to interoperate more easily with
61 the the C API. See ``examples/extend-c-api``. 61 the the C API. See ``examples/extend-c-api``.
62 62
  63 + - Add methods to ``Buffer`` to work more easily and efficiently
  64 + with ``std::string``.
  65 +
63 11.6.4: December 10, 2023 66 11.6.4: December 10, 2023
64 - Bug fixes: 67 - Bug fixes:
65 68