diff options
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 7cbd4bb66..d53f5b038 100644 --- a/changelog.md +++ b/changelog.md @@ -51,7 +51,7 @@ - The `cstring` doesn't support `[]=` operator in JS backend. - +- nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time. ## Compiler changes |