summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-23 08:41:11 +0200
committerAraq <rumpf_a@web.de>2012-06-23 08:41:11 +0200
commit01ab5948aab5f8a9533392f2d2dc5ca98e5e1458 (patch)
tree61b13b8e863ca81a429317ba001380a2e4c4f439 /web/news.txt
parent720c04cb6f48118ea6a60bca6fb9e23959842d6c (diff)
downloadNim-01ab5948aab5f8a9533392f2d2dc5ca98e5e1458.tar.gz
first implementation of docgen2
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 55cfd7853..44068f50d 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -100,7 +100,8 @@ Compiler Additions
   option or pragma.
 - The compiler now generates marker procs that the GC can use instead of RTTI.
   This speeds up the GC quite a bit.
-- The compiler now supports OpenMP's parallel for loop.
+- The compiler now includes a new advanced documentation generator 
+  via ``doc2``.
 
 
 Language Additions