diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2024-04-04 18:53:30 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-04 12:53:30 +0200 |
commit | e4522dc87f010eebc3e3ded9c3d2ec4ebe3335d9 (patch) | |
tree | 854552c1cdd93d11d1da8da7fddd9383ea0a32cc /changelog.md | |
parent | 14e79b79bccd19f98cefc29919f728606f5df9e1 (diff) | |
download | Nim-e4522dc87f010eebc3e3ded9c3d2ec4ebe3335d9.tar.gz |
remove `internalNew` from system (#23475)
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 e26e984e6..82736d09a 100644 --- a/changelog.md +++ b/changelog.md @@ -13,6 +13,7 @@ (a, b) = (1, 2, 3, 4) ``` will no longer compile. +- `internalNew` is removed from system, use `new` instead. ## Standard library additions and changes |