From 684865babbf8d86f9ef3fb87472aa8c7cb988759 Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 28 Jun 2014 13:56:05 +0200 Subject: [PATCH] minor changes to todo.txt --- todo.txt | 5 +++++ web/news.txt | 2 ++ 2 files changed, 7 insertions(+) diff --git a/todo.txt b/todo.txt index df18ff7e9e..9b96cec478 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 b7403a3c72..74a48493a4 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