diff options
author | Araq <rumpf_a@web.de> | 2015-06-25 02:08:39 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-06-25 02:08:58 +0200 |
commit | bdd5a8c05ed1a92a4eb3056b4852df695d622285 (patch) | |
tree | 2f8e28669dbcfed5055ea77180692794ae25b94f /web | |
parent | ce9fa80b92700a0ce36817a360d235ff024a3708 (diff) | |
download | Nim-bdd5a8c05ed1a92a4eb3056b4852df695d622285.tar.gz |
updated news.txt
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index bf21dff8d..be27d83e5 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 |