todo.txt changes

This commit is contained in:
Araq
2011-11-05 00:39:54 +01:00
parent d6d13e1def
commit 74c84e31ed
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@ Version 0.8.14
- optimize unused constants away (affected by HLO)
- fix actors.nim; test with different thread var implementations
- dead code elim for JS backend
- implement lib/pure/memfiles properly
version 0.9.0
@@ -92,7 +91,6 @@ Library
- radix tree for strings; maybe suffix tree
- locale support
- bignums
- ftp (and other internet protocols)
- pdcurses bindings

View File

@@ -105,6 +105,7 @@ Library Additions
``macros.parseStmt``, ``macros.getAst``.
- Added ``locks`` core module for more flexible locking support.
- Added ``irc`` module.
- Added ``ftpclient`` module.
2011-07-10 Version 0.8.12 released