aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-09-19 14:42:32 +0800
committerGitHub <noreply@github.com>2017-09-19 14:42:32 +0800
commit1fc71bd75841850ee04d151e9bfbf938928b276a (patch)
tree5eddbf47309bf3de25d7150b845dd353691e022e /Changelog.md
parent3a9a9db6d688f3a1ef3bbcb0a378bbd14779abde (diff)
parentada68bcee66690f3511db14306d6bdff6e1f7dc5 (diff)
downloaddexon-solidity-1fc71bd75841850ee04d151e9bfbf938928b276a.tar.gz
dexon-solidity-1fc71bd75841850ee04d151e9bfbf938928b276a.tar.zst
dexon-solidity-1fc71bd75841850ee04d151e9bfbf938928b276a.zip
Merge pull request #2920 from ethereum/fixConstantBytes
Allow constant byte arrays.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 20630383..f1b1a19c 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -18,6 +18,7 @@ Features:
Bugfixes:
* ABI JSON: Include all overloaded events.
* Parser: Crash fix related to parseTypeName.
+ * Type Checker: Allow constant byte arrays.
### 0.4.16 (2017-08-24)