summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJuan M Gómez <info@jmgomez.me>2023-10-08 22:51:44 +0100
committerGitHub <noreply@github.com>2023-10-08 23:51:44 +0200
commit8ac466980f7658c37b05c6ec099537ea0e459cb9 (patch)
tree9d1aaa8382b3f635bec29dc668ec43b4cae13972 /changelog.md
parentc3774c8821cc25187252491b4514235b9a8f1aac (diff)
downloadNim-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.md2
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