aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-08-09 05:58:06 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-08-12 00:28:48 +0800
commita8c047f48d61a3f27ea37f3b677cc4b1f3cbff3c (patch)
tree785f44a497e3033e2163bd751f7660478a9f47bc /Changelog.md
parent5b26e2bcee5f0cf3243fdcda53b47739f10158bb (diff)
downloaddexon-solidity-a8c047f48d61a3f27ea37f3b677cc4b1f3cbff3c.tar.gz
dexon-solidity-a8c047f48d61a3f27ea37f3b677cc4b1f3cbff3c.tar.zst
dexon-solidity-a8c047f48d61a3f27ea37f3b677cc4b1f3cbff3c.zip
Enforce commas in tuple syntax
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 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)