aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-07-05 19:58:33 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-07-13 02:33:51 +0800
commit6f383e162648766d0cc804fe4cbb5760b48953a2 (patch)
tree30155be133b0e0e56766c3f348d0cd13f0da8a99
parentd936eebe50560552e6a9250313301ace110ed4c4 (diff)
downloaddexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar.gz
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar.bz2
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar.lz
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar.xz
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.tar.zst
dexon-solidity-6f383e162648766d0cc804fe4cbb5760b48953a2.zip
Update documentation.
-rw-r--r--docs/control-structures.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/control-structures.rst b/docs/control-structures.rst
index 50c401e2..837a0a90 100644
--- a/docs/control-structures.rst
+++ b/docs/control-structures.rst
@@ -297,9 +297,9 @@ These can then either be assigned to newly declared variables or to pre-existing
}
.. note::
- Prior to version 0.4.24 it was possible to assign to tuples of smaller size, either
+ Prior to version 0.5.0 it was possible to assign to tuples of smaller size, either
filling up on the left or on the right side (which ever was empty). This is
- now deprecated, both sides have to have the same number of components.
+ now disallowed, so both sides have to have the same number of components.
Complications for Arrays and Structs
------------------------------------