summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-09-07 11:15:00 +0200
committerAraq <rumpf_a@web.de>2015-09-07 12:31:34 +0200
commitadf34082f053f95257597b588ec15d5612518de3 (patch)
treef994aa4c57aa0be66cdaedeb26fa28f6f0fd8a6e /todo.txt
parenteb4263a0fc4792ebff4f051f8a5a33d7bffbdb48 (diff)
downloadNim-adf34082f053f95257597b588ec15d5612518de3.tar.gz
documented NimScript
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 1160000b0..c645f45e9 100644
--- a/todo.txt
+++ b/todo.txt
@@ -1,9 +1,7 @@
 version 0.11.4
 ==============
 
-- document NimScript
 - document special cased varargs[untyped] and varargs[typed]
-
 - The remaining bugs of the lambda lifting pass that is responsible to enable
   closures and closure iterators need to be fixed.
 - ``concept`` needs to be refined, a nice name for the feature is not enough.