aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2023-02-19 01:37:38 +0100
committerJay Berkenbilt <ejb@ql.org>2023-02-19 01:38:49 +0100
commit0f97e98203dfa78cf3273005f215d2d026390e5c (patch)
treec02b7969653620375d2482ce614e72414cd82bc7 /manual
parent088fabd9b9affe14c006e1354892f80c7bbbeebe (diff)
downloadqpdf-0f97e98203dfa78cf3273005f215d2d026390e5c.tar.zst
Handle linearization warnings as proper warning (fixes #851)
Diffstat (limited to 'manual')
-rw-r--r--manual/release-notes.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index ef5f2df4..a038005a 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -19,6 +19,12 @@ For a detailed list of changes, please see the file
- New method ``QPDF::removeSecurityRestrictions`` removes security
restrictions from digitally signed files.
+ - Bug fixes
+
+ - Linearization warnings are now treated like normal warnings in
+ that they include the file name and are suppressed with the
+ :qpdf:ref:`--no-warn` option.
+
- Performance enhancements
- Include more code tidying and performance improvements from M.