From 6e4bd9a674614f649c903941ded854ccd7245a95 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Thu, 12 Nov 2020 12:01:35 -0800 Subject: [PATCH] fixup changelog --- changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.md b/changelog.md index 6f8c6afab2886..63631fc76007e 100644 --- a/changelog.md +++ b/changelog.md @@ -296,8 +296,10 @@ - `nimscript` now handles `except Exception as e`. - The `cstring` doesn't support `[]=` operator in JS backend. +- `nimscript` now handles `except Exception as e` - nil dereference is not allowed at compile time. `cast[ptr int](nil)[]` is rejected at compile time. +- The `cstring` doesn't support `[]=` operator in JS backend. - `typetraits.distinctBase` now is identity instead of error for non distinct types.