removed macros.high as it never worked outside of macros.nim

This commit is contained in:
Araq
2015-07-28 02:54:07 +02:00
parent f3a0d702ae
commit 8913e82f45
2 changed files with 10 additions and 10 deletions

View File

@@ -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