diff options
author | Araq <rumpf_a@web.de> | 2012-11-11 22:03:41 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-11-11 22:03:41 +0100 |
commit | 48a62af3b13015cc7eda194b9f6ec7e194456e74 (patch) | |
tree | fc8b0be321a4461fbdc51c94415ca681a8ddee5a /web/news.txt | |
parent | a31a5f9c810948b232356b7fe225b238dad0d6d6 (diff) | |
download | Nim-48a62af3b13015cc7eda194b9f6ec7e194456e74.tar.gz |
implemented 'tags' pragma
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt index 9101f8974..c7f3077e1 100755 --- a/web/news.txt +++ b/web/news.txt @@ -38,13 +38,13 @@ Language Additions - Added a ``mixin`` declaration to affect symbol binding rules in generics. - Exception tracking has been added and the ``doc2`` command annotates possible exceptions for you. +- User defined effects ("tags") tracking has been added and the ``doc2`` + command annotates possible tags for you. 2012-09-23 Version 0.9.0 released ================================= -Version 0.9.0 has been released! Get it `here <download.html>`_. - Summary ------- |