summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-18 17:21:10 +0200
committerAraq <rumpf_a@web.de>2012-07-18 17:21:10 +0200
commite68830a952473682fdb41808e2791e8ab8d1f2f6 (patch)
treef3c3ad0a9b8fdc7be5b443f7ff45a375f8159396 /web
parent83deb233eec4b80b37146024df64a11a437da386 (diff)
downloadNim-e68830a952473682fdb41808e2791e8ab8d1f2f6.tar.gz
improvements for 'bind', fixes #166
Diffstat (limited to 'web')
-rwxr-xr-xweb/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt
index df81b952c..fc879f474 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -95,6 +95,8 @@ Changes affecting backwards compatibility
   conversions from ``int`` to ``int32`` are now forbidden.
 - ``system.byte`` is now an alias for ``uint8``; it used to be an alias 
   to ``int8``.
+- ``bind`` expressions in templates are not properly supported anymore. Use
+  the declarative ``bind`` statement instead.
 
 
 Compiler Additions
@@ -136,6 +138,7 @@ Language Additions
   readability: ``proc divmod(a, b: int; resA, resB: var int)``.
 - A semicolon can now be used to have multiple simple statements on a single
   line: ``inc i; inc j``.
+- ``bind`` supports overloaded symbols and operators.
 
 
 2012-02-09 Version 0.8.14 released