unary <; countup two type parameters; --recursivePath should work now

This commit is contained in:
Araq
2011-01-29 14:18:43 +01:00
parent f46870fe1c
commit 36accda8aa
13 changed files with 69 additions and 54 deletions

View File

@@ -51,8 +51,9 @@ Additions
``array[TMyEnum, string]`` mapping.
- Indices in array literals may be explicitly given, enhancing readability:
``[enumValueA: "a", enumValueB: "b"]``.
- Added basic thread support via the ``threads`` core module.
- Added basic thread support via the ``threads`` core module and
the ``--threads:on`` command line switch.
- Added unary ``<`` for nice looking excluding upper bounds in ranges.
2010-10-20 Version 0.8.10 released