Commit d2e68b57c8084b7790f598461f7145147abc4404
1 parent
e0720eaa
Spell check
Showing
2 changed files
with
4 additions
and
1 deletions
cSpell.json
| @@ -163,6 +163,7 @@ | @@ -163,6 +163,7 @@ | ||
| 163 | "glerbl", | 163 | "glerbl", |
| 164 | "gmon", | 164 | "gmon", |
| 165 | "gmtoff", | 165 | "gmtoff", |
| 166 | + "gnuc", | ||
| 166 | "gnutls", | 167 | "gnutls", |
| 167 | "gprof", | 168 | "gprof", |
| 168 | "gswin", | 169 | "gswin", |
| @@ -395,6 +396,7 @@ | @@ -395,6 +396,7 @@ | ||
| 395 | "qpdffilespecobjecthelper", | 396 | "qpdffilespecobjecthelper", |
| 396 | "qpdfformfieldobjecthelper", | 397 | "qpdfformfieldobjecthelper", |
| 397 | "qpdfjob", | 398 | "qpdfjob", |
| 399 | + "qpdflogger", | ||
| 398 | "qpdfmatrix", | 400 | "qpdfmatrix", |
| 399 | "qpdfnametreeobjecthelper", | 401 | "qpdfnametreeobjecthelper", |
| 400 | "qpdfnumbertreeobjecthelper", | 402 | "qpdfnumbertreeobjecthelper", |
| @@ -539,6 +541,7 @@ | @@ -539,6 +541,7 @@ | ||
| 539 | "wchar", | 541 | "wchar", |
| 540 | "wconversion", | 542 | "wconversion", |
| 541 | "wcslen", | 543 | "wcslen", |
| 544 | + "wdeprecated", | ||
| 542 | "weimer", | 545 | "weimer", |
| 543 | "werror", | 546 | "werror", |
| 544 | "wfilename", | 547 | "wfilename", |
manual/release-notes.rst
| @@ -22,7 +22,7 @@ For a detailed list of changes, please see the file | @@ -22,7 +22,7 @@ For a detailed list of changes, please see the file | ||
| 22 | 22 | ||
| 23 | - qpdf's JSON output mode is now at version 2. This fixes several | 23 | - qpdf's JSON output mode is now at version 2. This fixes several |
| 24 | flaws with version 1. Version 2 JSON output is unambiguous and | 24 | flaws with version 1. Version 2 JSON output is unambiguous and |
| 25 | - complete, and bidrectional conversion between JSON and PDF is | 25 | + complete, and bidirectional conversion between JSON and PDF is |
| 26 | supported. Command-line options and library API are available | 26 | supported. Command-line options and library API are available |
| 27 | for creating JSON from PDF, creating PDF from JSON and updating | 27 | for creating JSON from PDF, creating PDF from JSON and updating |
| 28 | existing PDF at the object level from JSON. | 28 | existing PDF at the object level from JSON. |