diff options
author | Juan M Gómez <info@jmgomez.me> | 2023-10-08 22:51:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 23:51:44 +0200 |
commit | 8ac466980f7658c37b05c6ec099537ea0e459cb9 (patch) | |
tree | 9d1aaa8382b3f635bec29dc668ec43b4cae13972 /changelog.md | |
parent | c3774c8821cc25187252491b4514235b9a8f1aac (diff) | |
download | Nim-8ac466980f7658c37b05c6ec099537ea0e459cb9.tar.gz |
marking a field with noInit allows to skip constructor initialiser (#22802)
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index 5656a86c3..72d0a2a2d 100644 --- a/changelog.md +++ b/changelog.md @@ -28,7 +28,7 @@ slots when enlarging a sequence. ## Language changes - +- `noInit` can be used in types and fields to disable member initializers in the C++ backend. ## Compiler changes |