summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 8771cdd42..546ae8f1b 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -21,6 +21,9 @@ Must-Have (before 1.0)
- Explore static file return from handler action using wsgiapp2 + fileapp.
+- Document ``config.add_route('catchall', '/*subpath',
+ view=static_view('some:asset/spec'))``
+
Should-Have
-----------