From df5d5edd1b7cb2e9f26d3a2491442185e0ffc17a Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Fri, 25 Nov 2016 13:54:13 +0100 Subject: test: add a test about explicitly converting a string literal to string --- Changelog.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index 468518d2..0b10cd0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,8 @@ +### 0.4.7 (unreleased) + +Bugfixes: + * Type checker: string literals that are not valid UTF-8 cannot be converted to string type + ### 0.4.6 (2016-11-22) Bugfixes: -- cgit