diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-12 01:50:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-12 01:50:35 +0800 |
commit | d968912a4ce89a40d7d03bf0748a07c397662f68 (patch) | |
tree | 785f44a497e3033e2163bd751f7660478a9f47bc /Changelog.md | |
parent | 5b26e2bcee5f0cf3243fdcda53b47739f10158bb (diff) | |
parent | a8c047f48d61a3f27ea37f3b677cc4b1f3cbff3c (diff) | |
download | dexon-solidity-d968912a4ce89a40d7d03bf0748a07c397662f68.tar.gz dexon-solidity-d968912a4ce89a40d7d03bf0748a07c397662f68.tar.zst dexon-solidity-d968912a4ce89a40d7d03bf0748a07c397662f68.zip |
Merge pull request #2714 from federicobond/enforce-tuple-commas
Enforce commas in tuple/array syntax
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3f3d2e98..4609da92 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,7 @@ Features: * Metadata: Store experimental flag in metadata CBOR. Bugfixes: + * Parser: Enforce commas between array and tuple elements. ### 0.4.15 (2017-08-08) |