summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
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 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