From bdd5a8c05ed1a92a4eb3056b4852df695d622285 Mon Sep 17 00:00:00 2001 From: Araq Date: Thu, 25 Jun 2015 02:08:39 +0200 Subject: [PATCH] updated news.txt --- todo.txt | 2 +- web/news.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/todo.txt b/todo.txt index 4972015a73..1d9d1c8d69 100644 --- a/todo.txt +++ b/todo.txt @@ -1,4 +1,4 @@ -version 0.11.2 +version 0.11.4 ============== - The remaining bugs of the lambda lifting pass that is responsible to enable diff --git a/web/news.txt b/web/news.txt index bf21dff8d5..be27d83e58 100644 --- a/web/news.txt +++ b/web/news.txt @@ -21,6 +21,8 @@ News and ``2f`` (float32) which means imports like ``import scene/2d/sprite`` do not work anymore. Instead quotes have to be used: ``import "scene/2d/sprite"``. The former code never was valid Nim. + - The Windows API wrapper (``windows.nim``) is now not part of the official + distribution anymore. Instead use the ``oldwinapi`` Nimble package. Library additions