diff options
author | Araq <rumpf_a@web.de> | 2015-08-09 23:07:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-09 23:07:33 +0200 |
commit | 0fc43d3d950714d779221382bbb08775c508b4e9 (patch) | |
tree | 0c6e84496d27a113efbe761ac520e6eba9fe1998 /todo.txt | |
parent | 99ee5445b7e835f8334b6f717d072f61fca97887 (diff) | |
download | Nim-0fc43d3d950714d779221382bbb08775c508b4e9.tar.gz |
updated todo.txt
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index d7e1f3504..ee1d6fa87 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,9 @@ version 0.11.4 ============== +- deprecate toplevel .closure procs +- deprecate closure iterator construction via ``var cl = foo`` + - document special cased varargs[untyped] and varargs[typed] - The remaining bugs of the lambda lifting pass that is responsible to enable |