updated news.txt

This commit is contained in:
Araq
2015-06-25 02:08:39 +02:00
parent ce9fa80b92
commit bdd5a8c05e
2 changed files with 3 additions and 1 deletions

View File

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

View File

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