Commit dd3b2cedd3164692925df1ef7414eb452343372f
1 parent
af3f74de
Update ChangeLog for contributions from m-holger
Showing
2 changed files
with
11 additions
and
2 deletions
ChangeLog
| 1 | 2022-02-05 Jay Berkenbilt <ejb@ql.org> | 1 | 2022-02-05 Jay Berkenbilt <ejb@ql.org> |
| 2 | 2 | ||
| 3 | + * Add several new accessors to QPDFObjectHandle: the bool | ||
| 4 | + getValueAsX(X&) accessors allow an alternative way to retrieve | ||
| 5 | + values from QPDFObjectHandle objects and can result in more | ||
| 6 | + concise code in many situations. Thanks to m-holger for the | ||
| 7 | + contribution. | ||
| 8 | + | ||
| 9 | + * Add qpdf_oh_new_binary_unicode_string and | ||
| 10 | + qpdf_oh_get_binary_utf8_value to the C API. This makes it possible | ||
| 11 | + to handle UTF-8-encoded strings with embedded NUL characters. Thanks | ||
| 12 | + to m-holger for the contribution. | ||
| 13 | + | ||
| 3 | * Add a global user-defined string literal "_qpdf" as a shorthand | 14 | * Add a global user-defined string literal "_qpdf" as a shorthand |
| 4 | for QPDFObjectHandle::parse, allowing you to create | 15 | for QPDFObjectHandle::parse, allowing you to create |
| 5 | QPDFObjectHandle objects with | 16 | QPDFObjectHandle objects with |
TODO
| @@ -9,8 +9,6 @@ | @@ -9,8 +9,6 @@ | ||
| 9 | make qpdf more contributor-friendly. Look | 9 | make qpdf more contributor-friendly. Look |
| 10 | https://bestpractices.coreinfrastructure.org/en | 10 | https://bestpractices.coreinfrastructure.org/en |
| 11 | 11 | ||
| 12 | -* QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API. | ||
| 13 | - | ||
| 14 | * Remember for release notes: starting in qpdf 11, the default value | 12 | * Remember for release notes: starting in qpdf 11, the default value |
| 15 | for the --json keyword will be "latest". If you are depending on | 13 | for the --json keyword will be "latest". If you are depending on |
| 16 | version 1, change your code to specify --json=1, which works | 14 | version 1, change your code to specify --json=1, which works |