diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/news.txt b/web/news.txt index f2ba9d521..e0c436a20 100755 --- a/web/news.txt +++ b/web/news.txt @@ -49,6 +49,7 @@ 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. |