summaryrefslogtreecommitdiff
path: root/docs/changelog.rst
diff options
context:
space:
mode:
authorJames R. Barlow <jim@purplerock.ca>2018-12-15 13:29:35 -0800
committerJames R. Barlow <jim@purplerock.ca>2018-12-15 13:29:35 -0800
commitb8f95a09ec89bb879a5d0a9bb3d2a3d7681db395 (patch)
treebf4e1c4a38bf098e297701a4f95a130786c56fbe /docs/changelog.rst
parentde6a43219b716528ef427afa59e7ce8ce59b05bc (diff)
v0.9.1 changelog
Diffstat (limited to 'docs/changelog.rst')
-rw-r--r--docs/changelog.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst
index d19017c..a8f7ca6 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -9,6 +9,18 @@ The pikepdf API (as provided by ``import pikepdf``) is quite stable and is in pr
Note that the C++ extension module ``pikepdf._qpdf`` is a private interface within pikepdf that applications should not use directly.
+v0.9.1
+======
+
+Fixes
+-----
+
+* Fix ``Object.write()`` accepting positional arguments it wouldn't use
+
+* Fix handling of XMP data with timezones (or missing timezone information) in a few cases
+
+* Fix generation of XMP with invalid XML characters if the invalid characters were inside a non-scalar object
+
v0.9.0
======