summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/todo.txt b/todo.txt
index 3854102c2..141acfa93 100755
--- a/todo.txt
+++ b/todo.txt
@@ -1,18 +1,12 @@
 version 0.9.2
 =============
 
-- document overloading based on ASTs
-  - implement ``partial`` pragma for partial evaluation: easily done with AST
-    overloading
-  - ``hoist`` pragma for loop hoisting: can be easily done with 
-    AST overloading + global
-  - move semantics
-
 - test&finish first class iterators:
   * nested iterators
   * test generic iterators
 - fix closure bug finally
 - fix marshal bug
+- make PDF generation of the docs work again
 
 
 version 0.9.X