From fce0a89aa0786782f466e4998bd7798de3da007b Mon Sep 17 00:00:00 2001 From: Dominik Picheta Date: Tue, 9 Sep 2014 16:19:52 +0100 Subject: [PATCH] Added more information to the news. --- web/news.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/web/news.txt b/web/news.txt index 98d703cfd2..0b4c98b73d 100644 --- a/web/news.txt +++ b/web/news.txt @@ -14,8 +14,12 @@ News ``threadpool``. - The symbol binding rules in generics changed: ``bar`` in ``foo.bar`` is now considered for implicit early binding. - - ``c2nim`` moved into its own repository and is now a Babel package. - - ``pas2nim`` moved into its own repository and is now a Babel package. + - ``c2nim`` moved into its own + `repository `_ + and is now a Nimble package. + - ``pas2nim`` moved into its own + `repository `_ + and is now a Nimble package. - ``system.$`` for floating point types now produces a human friendly string representation. - ``uri.TUrl`` as well as the ``parseurl`` module are now deprecated in favour @@ -33,6 +37,13 @@ News prevent name conflicts with the new type ``FileHandle``. - Comments are now not part of the AST, as such you cannot use them in place of ``discard``. + - The ``irc`` module has been moved into its own + `repository `_ + and is now a Nimble package. + - Many wrappers have been moved into their own repositories and are now + Nimble packages including ``lua``, ``opengl``, ``x11``, ``nim-zmq``, + ``gtk2``, ``mongo``, ``cairo``, ``tcl`` and ``python``. They can be + found under the `nim-code `_ organisation. Language Additions ------------------