summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/web/news.txt b/web/news.txt
index 9e6ca73b9..2f2290b5b 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -21,9 +21,9 @@ News
     without 'else' are deprecated.
   - Recursive tuple types are not allowed anymore. Use ``object`` instead.
   - The PEGS module returns ``nil`` instead of ``""`` when an optional capture
-    fails to match
+    fails to match.
   - The re module returns ``nil`` instead of ``""`` when an optional capture
-    fails to match
+    fails to match.
 
   Language Additions
   ------------------
@@ -55,7 +55,9 @@ News
 
   - Two backticks now produce a single backtick within an ``emit`` or ``asm``
     statement.
-    
+  - There is a new tool, `nimfix <nimfix.html>`_ to help you in updating your
+    code from Nimrod to Nim.
+  
 
   Library Additions
   -----------------