summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2013-05-19 21:44:28 +0100
committerDominik Picheta <dominikpicheta@googlemail.com>2013-05-19 21:44:28 +0100
commit1180040871a682657e0595c625e8330b90390283 (patch)
treea765f74cd82f083d0e68396b7fae577c3681a4e4 /web/news.txt
parent0b2512e1e42b7811923bc7d654c94347bc23dff2 (diff)
downloadNim-1180040871a682657e0595c625e8330b90390283.tar.gz
Added news about the new website.
Diffstat (limited to 'web/news.txt')
-rw-r--r--web/news.txt18
1 files changed, 14 insertions, 4 deletions
diff --git a/web/news.txt b/web/news.txt
index 70dd336b5..f66c06667 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -2,6 +2,15 @@
 News
 ====
 
+New website design!
+===================
+
+A brand new website is now live. All thanks go to Philip Witte and 
+Dominik Picheta, Philip Witte for the design of the website (together with
+the logo) as well as the HTML and CSS code for his template, and Dominik Picheta
+for integrating Philip's design with the ``nimweb`` utility. We're sure you will
+agree that Philip's design is beautiful.
+
 2013-XX-XX Version 0.9.2 released
 =================================
 
@@ -22,6 +31,8 @@ Bugfixes
 - SCGI module's performance has been improved greatly, it will no longer block
   on many concurrent requests.
 
+- In total fixed over 70 github issues and merged over 60 pull requests.
+
 Library Additions
 -----------------
 
@@ -58,9 +69,8 @@ Compiler Additions
   to be turned on explicitly via ``--warning[ShadowIdent]:on``.
 - The compiler now supports almost every pragma in a ``push`` pragma.
 - Generic converters have been implemented.
-- Added a ``noforward`` pragma enabling a special compilation mode that largely
-  eliminates the need for forward declarations.
-
+- Added a **highly experimental** ``noforward`` pragma enabling a special 
+  compilation mode that largely eliminates the need for forward declarations.
 
 Language Additions
 ------------------
@@ -74,7 +84,7 @@ Language Additions
   exceptions for you.
 - User defined effects ("tags") tracking has been added and the ``doc2`` 
   command annotates possible tags for you.
-- Types can be annotated with the new syntax ``not nil`` to explictly state
+- Types can be annotated with the new syntax ``not nil`` to explicitly state
   that ``nil`` is not allowed. However currently the compiler performs no
   advanced static checking for this; for now it's merely for documentation
   purposes.