aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-02-10 20:26:54 +0100
committerJay Berkenbilt <ejb@ql.org>2021-02-10 22:27:58 +0100
commit1b3f84f967daf9a668a5b1f5337d5d3d96e9112b (patch)
tree929d0bdf44742a118a08ebc0b92f4bb413c9efb4 /ChangeLog
parent9fcf61b2f6e9f6670c5ef7103242b4640712dd4f (diff)
downloadqpdf-1b3f84f967daf9a668a5b1f5337d5d3d96e9112b.tar.zst
Require C++14 instead of C++11
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2146f9e0..169be4f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2021-02-10 Jay Berkenbilt <ejb@ql.org>
+ * Require a C++-14 compiler.
+
* Detect loops when adding when reading outlines dictionary upon
initialization of QPDFOutlineDocumentHelper (fuzz issue 30507).