diff options
-rw-r--r-- | todo.txt | 5 | ||||
-rw-r--r-- | web/news.txt | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index df18ff7e9..9b96cec47 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,11 @@ version 0.9.6 ============= +- move pas2nim into its own repository +- tester: .elf +- overloading of '='; general lift mechanism + + Concurrency ----------- diff --git a/web/news.txt b/web/news.txt index b7403a3c7..74a48493a 100644 --- a/web/news.txt +++ b/web/news.txt @@ -12,6 +12,8 @@ News - ``spawn`` now uses an elaborate self-adapting thread pool and as such has been moved into its own module. So to use it, you now have to import ``threadpool``. + - ``c2nim`` moved into its own repository and is now a Babel package. + - ``pas2nim`` moved into its own repository and is now a Babel package. Library Additions |