diff options
author | Araq <rumpf_a@web.de> | 2015-07-28 02:54:07 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-28 02:54:21 +0200 |
commit | 8913e82f4505cb542c06545696ef687a52cd080c (patch) | |
tree | 66ec953eedf7e758d99651d4596ea7deaa776684 /web | |
parent | f3a0d702ae236427303d9224abd91cca6ae033f7 (diff) | |
download | Nim-8913e82f4505cb542c06545696ef687a52cd080c.tar.gz |
removed macros.high as it never worked outside of macros.nim
Diffstat (limited to 'web')
-rw-r--r-- | web/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index a5bc600b9..b72ae56d2 100644 --- a/web/news.txt +++ b/web/news.txt @@ -42,6 +42,8 @@ News - ``sequtils.delete`` doesn't take confusing default arguments anymore. - ``system.free`` was an error-prone alias to ``system.dealloc`` and has been removed. + - ``macros.high`` never worked and the manual says ``high`` cannot be + overloaded, so we removed it with no deprecation cycle. Library additions |