aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-09-26 19:47:59 +0800
committerErik Kundt <bitshift@posteo.org>2018-09-26 19:47:59 +0800
commit79307059e502f1383e1ac50cd7af783aec6588a2 (patch)
tree7d7b9b725671955594265adef510a4df76405b63
parent466e8f56e6fa7d816cc28028871b43f3a52fcdaa (diff)
downloaddexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.gz
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.bz2
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.lz
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.xz
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.tar.zst
dexon-solidity-79307059e502f1383e1ac50cd7af783aec6588a2.zip
Updates breaking changes documentation.
-rw-r--r--docs/050-breaking-changes.rst2
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
------