summaryrefslogtreecommitdiffstats
path: root/manual/release-notes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manual/release-notes.rst')
-rw-r--r--manual/release-notes.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/manual/release-notes.rst b/manual/release-notes.rst
index bdfe06d5..53664f2a 100644
--- a/manual/release-notes.rst
+++ b/manual/release-notes.rst
@@ -35,6 +35,23 @@ Planned changes for future 12.x (subject to change):
.. x.y.z: not yet released
+11.6.0: September 3, 2023
+ - Bug fixes:
+
+ - Fix corner case in the ASCII85 decoder.
+
+ - Properly report warnings when ``--pages`` is used and the
+ warnings appear in other than the primary file.
+
+ - Improve ``--bash-completion`` and ``--zsh-completion`` to better
+ support paths with spaces in them.
+
+ - Move detection of random number device from compile-time to
+ runtime to improve cross compilation.
+
+ - Fix bugs around attempting to copy ``/Pages`` objects with
+ ``copyForeignObject`` (which explicitly doesn't allow this).
+
11.5.0: July 9, 2023
- Bug Fixes