diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-27 21:11:44 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-10-05 18:42:34 +0800 |
commit | 09276cb9d3589493176bc45b2075517c2087d75b (patch) | |
tree | 2eff98e42245b9d33cd63a4f95567c13f862376b /docs | |
parent | 880be2581108f570d0824352ff7221c8cae3a998 (diff) | |
download | dexon-solidity-09276cb9d3589493176bc45b2075517c2087d75b.tar.gz dexon-solidity-09276cb9d3589493176bc45b2075517c2087d75b.tar.zst dexon-solidity-09276cb9d3589493176bc45b2075517c2087d75b.zip |
Do not add members of address to contracts in experimental 0.5.0
Diffstat (limited to 'docs')
-rw-r--r-- | docs/types.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/types.rst b/docs/types.rst index 5c291f35..ebc753a0 100644 --- a/docs/types.rst +++ b/docs/types.rst @@ -107,6 +107,9 @@ Operators: * ``<=``, ``<``, ``==``, ``!=``, ``>=`` and ``>`` +.. note:: + Starting with version 0.5.0 contracts do not derive from the address type, but can still be explicitly converted to address. + .. _members-of-addresses: Members of Addresses |