aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 26d7ebc8..d27ab4de 100644
--- a/TODO
+++ b/TODO
@@ -11,12 +11,6 @@
* QPDFObjectHandle: getValueAsX methods, getKeyIfDict. Plus C API.
-* See if this has been done or is trivial with C++11 local static
- initializers: Secure random number generation could be made more
- efficient by using a local static to ensure a single random device
- or crypt provider as long as this can be done in a thread-safe
- fashion.
-
* Remember for release notes: starting in qpdf 11, the default value
for the --json keyword will be "latest". If you are depending on
version 1, change your code to specify --json=1, which works