summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-09-09 16:19:52 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2014-09-09 16:19:52 +0100
commitfce0a89aa0786782f466e4998bd7798de3da007b (patch)
tree01052240b61025a19b4a4fd4c7a6e26f48e6c21f /web
parent00b6a144894945d92fe3747fdf9bad32a4aec8d8 (diff)
downloadNim-fce0a89aa0786782f466e4998bd7798de3da007b.tar.gz
Added more information to the news.
Diffstat (limited to 'web')
-rw-r--r--web/news.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 98d703cfd..0b4c98b73 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 <https://github.com/nimrod-code/c2nim>`_
+    and is now a Nimble package.
+  - ``pas2nim`` moved into its own
+    `repository <https://github.com/nimrod-code/pas2nim>`_
+    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 <https://github.com/nimrod-code/irc>`_
+    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 <https://github.com/nimrod-code>`_ organisation.
 
   Language Additions
   ------------------