minor changes to todo.txt

This commit is contained in:
Araq
2014-06-28 13:56:05 +02:00
parent 59f61bae05
commit 684865babb
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
version 0.9.6
=============
- move pas2nim into its own repository
- tester: .elf
- overloading of '='; general lift mechanism
Concurrency
-----------

View File

@@ -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