From c911e08283b764a8e0a8986a95e7caba06bc3185 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 14 May 2018 17:39:02 +0200 Subject: [PATCH] Missed changelog entry. --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 98bb5f0a8..4fa6ae558 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,9 @@ ### 0.5.0 (unreleased) + Breaking Changes: * Disallow conversions between bytesX and uintY of different size. + * Commandline interface: Require ``-`` if standard input is used as source. * Type Checker: Disallow arithmetic operations for Boolean variables. Features: