aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-04-16 18:46:35 +0200
committerJay Berkenbilt <ejb@ql.org>2022-04-16 18:52:59 +0200
commitfc1bfe4a660e0b0a9720bec57518f91268232312 (patch)
tree3983862d80fee74dd0a746082d121bafa372803d /ChangeLog
parentcdd0b4fb7d48b32686d56364cf170569bdb0149d (diff)
downloadqpdf-fc1bfe4a660e0b0a9720bec57518f91268232312.tar.zst
Add ChangeLog entries and release notes for previous work
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 624911fc..994b8263 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2022-04-16 Jay Berkenbilt <ejb@ql.org>
+
+ * Perform code cleanup including some source-compatible but not
+ binary compatible changes to function signatures.
+
+2022-04-09 Jay Berkenbilt <ejb@ql.org>
+
+ * Replace PointerHolder with std::shared_ptr through the QPDF API.
+ A backward-compatible interface is provided and enabled by default
+ with a warning that can be turned off. See "Smart Pointers" in the
+ "Design and Library Notes" section of the manual for information
+ including a detailed migration process to assist with migrating
+ code that uses the qpdf library.
+
+2022-04-03 Jay Berkenbilt <ejb@ql.org>
+
+ * Add automatic code formatting with clang-format. See "Code
+ Formatting" in the "Contributing to qpdf" chapter of the manual.
+
2022-03-19 Jay Berkenbilt <ejb@ql.org>
* 10.6.3.0cmake1: unofficial release