aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2016-11-25 20:54:13 +0800
committerYoichi Hirai <i@yoichihirai.com>2016-11-25 20:54:13 +0800
commitdf5d5edd1b7cb2e9f26d3a2491442185e0ffc17a (patch)
tree76d3dccfeea173f4107cc789c1764361888b1c57 /Changelog.md
parente136ec87041cce9d8d472e45f4dfbed9a8d02469 (diff)
downloaddexon-solidity-df5d5edd1b7cb2e9f26d3a2491442185e0ffc17a.tar.gz
dexon-solidity-df5d5edd1b7cb2e9f26d3a2491442185e0ffc17a.tar.zst
dexon-solidity-df5d5edd1b7cb2e9f26d3a2491442185e0ffc17a.zip
test: add a test about explicitly converting a string literal to string
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md5
1 files changed, 5 insertions, 0 deletions
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: