diff options
Diffstat (limited to 'web/news.txt')
-rw-r--r-- | web/news.txt | 18 |
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. |