diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index e36a6ae30..8fadd0b4c 100644 --- a/changelog.md +++ b/changelog.md @@ -124,6 +124,8 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior. (instead of skipping them sometimes as it was before). - Added optional `followSymlinks` argument to `setFilePermissions`. +- Added `random.initRand()` overload with no argument which uses the current time as a seed. + ## Language changes - `nimscript` now handles `except Exception as e`. |