diff options
author | Araq <rumpf_a@web.de> | 2012-07-20 07:52:04 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-20 07:52:04 +0200 |
commit | 43f057c5aa23cf2cc441906737cd53fda90811c7 (patch) | |
tree | 4e1063d29f55c822b2a698e79bbd5ed2cc4dda5c /todo.txt | |
parent | 695e9d5fb44f09deea491bd216c78ea7733c0c67 (diff) | |
download | Nim-43f057c5aa23cf2cc441906737cd53fda90811c7.tar.gz |
got rid of some mAddU64 etc. magics
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 34cd89ae5..143775de7 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,7 @@ version 0.9.0 ============= -- fix DLLs +- fix DLLs #169 - implicit deref for parameter matching - deprecate ``var x, y = 0`` as it's confusing for tuple consistency |