diff options
author | Erik Kundt <bitshift@posteo.org> | 2018-09-26 19:47:59 +0800 |
---|---|---|
committer | Erik Kundt <bitshift@posteo.org> | 2018-09-26 19:47:59 +0800 |
commit | 79307059e502f1383e1ac50cd7af783aec6588a2 (patch) | |
tree | 7d7b9b725671955594265adef510a4df76405b63 /docs/050-breaking-changes.rst | |
parent | 466e8f56e6fa7d816cc28028871b43f3a52fcdaa (diff) | |
download | dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.gz dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.zst dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.zip |
Updates breaking changes documentation.
Diffstat (limited to 'docs/050-breaking-changes.rst')
-rw-r--r-- | docs/050-breaking-changes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/050-breaking-changes.rst b/docs/050-breaking-changes.rst index 7b5acd89..e0c33538 100644 --- a/docs/050-breaking-changes.rst +++ b/docs/050-breaking-changes.rst @@ -220,6 +220,8 @@ Variables * Detecting cyclic dependencies in variables and structs is limited in recursion to 256. +* Fixed-size arrays with a length of zero are now disallowed. + Syntax ------ |