From a19b516b2b0b56e2dc0f769ee96ffc871b7acee2 Mon Sep 17 00:00:00 2001 From: Leonardo Alt Date: Fri, 27 Apr 2018 14:13:18 +0200 Subject: Add syntax tests and Changelog entry --- Changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 38c66d39..e047f336 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ ### 0.5.0 (unreleased) -Features: +Breaking Changes: + * Type Checker: Disallow arithmetic operations for Boolean variables. +Features: Bugfixes: -- cgit