summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-04-21 02:37:24 +0300
committerZahary Karadjov <zahary@gmail.com>2012-04-21 03:24:32 +0300
commit251c44ff04749ed969aab7598b6638e7119e2cd6 (patch)
tree12f0a881ce1d883a87cbf14fa2e69a11b7bc58ef /web/news.txt
parent2f4ae65917566c0621ee650dc692ce4edf64d06f (diff)
downloadNim-251c44ff04749ed969aab7598b6638e7119e2cd6.tar.gz
implicit generics types as return types. removed the error message for capturing incorrect uses of ``proc``
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index 642bd2c72..7863d3ce3 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -52,6 +52,9 @@ Changes affecting backwards compatibility
   ``PNimrodNode`` which unfortunately breaks the old macro system.
 - ``pegs.@`` has been renamed to ``pegs.!*`` and ``pegs.@@`` has been renamed
   to ``pegs.!*\`` as ``@`` operators now have different precedence.
+- the type ``proc`` (without any params or return type) is now considered a
+  type class matching all proc types. Use ``proc ()`` to get the old meaning
+  denoting a proc expecing no arguments and returing no value.
 
 
 Compiler Additions