aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-04 00:54:44 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-04 00:54:51 +0200
commitf4206a0938318984f2e7ca8709154598addcfa64 (patch)
treed613b2c5483f6fe39fbde501e87bf834b1069a27 /ChangeLog
parent16139d97c83ba48ab31b0f7619bab77d6cdb79e6 (diff)
downloadqpdf-f4206a0938318984f2e7ca8709154598addcfa64.tar.zst
Add new Pl_String Pipeline
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 38d5aaa1..dfcadf49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-05-03 Jay Berkenbilt <ejb@ql.org>
+ * Add new Pipeline class Pl_String which appends to a std::string&
+ passed to it at construction.
+
* Add new Pipeline class Pl_OStream, similar to Pl_StdioFile but
takes a std::ostream instead of a FILE*.