aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 3 insertions, 9 deletions
diff --git a/TODO b/TODO
index 12984fb9..b4cf14d6 100644
--- a/TODO
+++ b/TODO
@@ -9,15 +9,6 @@
make qpdf more contributor-friendly. Look
https://bestpractices.coreinfrastructure.org/en
-* 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
- starting with 10.6.0.
-
-* Write up something about preparing for the PointerHolder to
- shared_ptr migration. Clearly document the deprecations and how to
- deal with them.
-
Output JSON v2
==============
@@ -332,6 +323,9 @@ Other notes:
PointerHolder to std::shared_ptr
================================
+Remember to update the smart-pointers section of the manual in
+design.rst.
+
Once all deprecation warnings are cleared up (changing getPointer() to
get() and getRefcount() to use_count()), the only real issues are that
implicit assignment of a pointer to a shared_ptr doesn't work while it