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 8221a157e..22ae9c359 100644 --- a/changelog.md +++ b/changelog.md @@ -119,6 +119,7 @@ with other backends. see #9125. Use `-d:nimLegacyJsRound` for previous behavior. - nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time. +- `typetraits.distinctBase` now is identity instead of error for non distinct types. ## Compiler changes |