diff options
Diffstat (limited to 'web/news.txt')
-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 090458d02..8504be619 100755 --- a/web/news.txt +++ b/web/news.txt @@ -42,6 +42,7 @@ Library Additions values of an enum. - Added ``system.TInteger`` and ``system.TNumber`` type classes matching any of the corresponding type available in nimrod. +- Added ``system.clamp`` to limit a value within an interval ``[a, b]``. - The GC supports (soft) realtime systems via ``GC_setMaxPause`` and ``GC_step`` procs. |