summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-20 08:49:42 +0200
committerAraq <rumpf_a@web.de>2012-07-20 08:49:42 +0200
commit1c6f14deeeb3dc6acb41efba886e4999a8621a4a (patch)
treefc7d16bef573ed2423bc8961f9b6ebba681ea4ed /web
parent43f057c5aa23cf2cc441906737cd53fda90811c7 (diff)
downloadNim-1c6f14deeeb3dc6acb41efba886e4999a8621a4a.tar.gz
added system.compiles
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index fc879f474..b99d97f91 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -61,6 +61,8 @@ Library Additions
   for managing time.
 - Added ``system.@`` for converting an ``openarray`` to a ``seq`` (it used to
   only support fixed length arrays).
+- Added ``system.compiles`` which can be used to check whether a type supports
+  some operation.
 
 
 Changes affecting backwards compatibility