aboutsummaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-09-12 19:13:33 +0200
committerJay Berkenbilt <ejb@ql.org>2022-09-12 19:19:07 +0200
commitd780954bb31dbf98af2ed61a00e22cf7680dd42c (patch)
treec01a7308f149a224a136d58fa16e93694ddb02d9 /manual/release-notes.rst
parent416d9668ee97c54a692d9280364746ce8aeeed43 (diff)
downloadqpdf-d780954bb31dbf98af2ed61a00e22cf7680dd42c.tar.zst
Add some missing QPDF_DLL markers
These markers are being added for nested classes that are already marked with QPDF_DLL_CLASS. They don't make any different on Linux, but they matter on Windows.
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index e69a126e..30faf129 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -14,6 +14,9 @@ For a detailed list of changes, please see the file
- Remove ``LL_FMT`` tests, which were broken for cross
compilation. The code just uses ``%lld`` now.
+ - Some symbols were not properly exported for the Windows DLL
+ build.
+
11.0.0: September 10, 2022
- Replacement of ``PointerHolder`` with ``std::shared_ptr``