summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index d059691cd..8552525df 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,6 +4,11 @@ Pyramid TODOs
Should-Have
-----------
+- Make it possible to use tween aliases in explicit tween config? If not,
+ the tween factories of all add-ons must be APIs.
+
+- Tween factories that are instances get a weird name. Disallow?
+
- BeforeRender event subclasses dict but implements a bunch of shit. Its
repr is currently broken (it always shows empty). Decide what to do.