diff options
author | Araq <rumpf_a@web.de> | 2012-01-28 23:22:44 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-01-28 23:22:44 +0100 |
commit | 8d19a93f1a2fe33373ea32367f5f1828f7d913cc (patch) | |
tree | 4bec052efbd489a7a271fef58dba8735af91ae08 /todo.txt | |
parent | e92693ec8df1c6b2e4a833e72e18037cd9880b8c (diff) | |
download | Nim-8d19a93f1a2fe33373ea32367f5f1828f7d913cc.tar.gz |
pragma on/off improvements; endb rewritten
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 61d5b5c0c..dc9f9c159 100755 --- a/todo.txt +++ b/todo.txt @@ -2,6 +2,8 @@ version 0.8.14 ============== - bug: tsortdev does not run with native GC +- object {.pure, final.} does not work again! + version 0.9.0 ============= |