aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO9
1 files changed, 9 insertions, 0 deletions
diff --git a/TODO b/TODO
index 859598f3..39a74de6 100644
--- a/TODO
+++ b/TODO
@@ -5,6 +5,12 @@ Next
mention in latest release notes including that it was inadvertently
left out of the release notes for 3.0.0.
+ * EOF while reading token causes a tokenizer error even when a valid
+ token is ready. This can happen in an object stream if there is no
+ newline or whitespace character at the end and the last token in
+ the object stream is not an array or dictionary.
+
+
General
=======
@@ -180,3 +186,6 @@ Index: QPDFWriter.cc
* From a suggestion in bug 3152169, consider having an option to
re-encode inline images with an ASCII encoding.
+
+ * From github issue 2, provide more in-depth output for examining
+ hint stream contents.