summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-21 11:11:31 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-21 12:36:30 +0100
commit901f1a788c6dcb5291539fe4edc271cf53d85a2a (patch)
treed292df8a8bfd710fec940f19223c6424bd581d45 /ChangeLog
parent05eb5826d8b8beb19e8ec65915af1476e7dd1db3 (diff)
downloadqpdf-901f1a788c6dcb5291539fe4edc271cf53d85a2a.tar.zst
Enhance QPDFMatrix API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b6629e..9621b3ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-02-21 Jay Berkenbilt <ejb@ql.org>
+
+ * Allow QPDFObjectHandle::newArray and
+ QPDFObjectHandle::newFromMatrix take QPDFMatrix as well as
+ QPDFObjectHandle::Matrix
+
+ * Make member variables a--f of QPDFMatrix public
+
2021-02-20 Jay Berkenbilt <ejb@ql.org>
* Allow --rotate=0 to clear rotation from a page.