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