diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index abb761b4f..2c7cdeed0 100644 --- a/changelog.md +++ b/changelog.md @@ -114,6 +114,7 @@ - Add `os.normalizeExe`, eg: `koch` => `./koch`. - `macros.newLit` now preserves named vs unnamed tuples; use `-d:nimHasWorkaround14720` to keep old behavior - Add `random.gauss`, that uses the ratio of uniforms method of sampling from a Gaussian distribution. +- Add `typetraits.elementType` to get element type of an iterable. ## Language changes - In the newruntime it is now allowed to assign to the discriminator field |