diff options
author | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-10 21:16:05 +0100 |
---|---|---|
committer | Andreas Rumpf <andreas@andreas-desktop> | 2010-03-10 21:16:05 +0100 |
commit | 3dafd6856bfd644e9cf518b36e5bfedc3220a702 (patch) | |
tree | ca64155b7a7c464f8a52f132ff4fbfb83ff1dc51 /web | |
parent | 96b828a3863c28680e8a5b0165c5e0bbcca7a46c (diff) | |
download | Nim-3dafd6856bfd644e9cf518b36e5bfedc3220a702.tar.gz |
improvements graphics module
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 4ceaea6e7..232327c7a 100755 --- a/web/news.txt +++ b/web/news.txt @@ -54,7 +54,7 @@ Additions - Added ``colors`` module. - Many wrappers now do not contain redundant name prefixes (like ``GTK_``, ``lua``). The old wrappers are still available in ``lib/oldwrappers``. - Change your configuration file to use these. + You can change your configuration file to use these. - Triple quoted strings allow for ``"`` in more contexts. - ``""`` within raw string literals stands for a single quotation mark. - More extensive subscript operator overloading. See |