From 976c3deaf1280d01f1aec94423b13887b0a75b11 Mon Sep 17 00:00:00 2001 From: Kray-G Date: Tue, 30 Mar 2021 17:40:29 +0900 Subject: [PATCH] updated ChangeLog.md --- ChangeLog_v1.0.x.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog_v1.0.x.md b/ChangeLog_v1.0.x.md index 7ae920669..456d4cc35 100644 --- a/ChangeLog_v1.0.x.md +++ b/ChangeLog_v1.0.x.md @@ -8,6 +8,8 @@ * #235: Crash when using `_` outside a function. * #236: Can't specify the class as a return type of function. * #237: Comparing between variables having a string is failed. + * #256: Comparison operator will be failed with an integer on LHS and a variable(double) on RHS. + * #257: Fails a destructuring assignment when declaration with const. ## V1.0.0 (Official Release) - 2021/03/16