diff options
| author | chriseth <chris@ethereum.org> | 2017-10-05 22:12:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-05 22:12:21 +0800 |
| commit | d0fa56a217f50458b128b0a570724cdac0a5ee1a (patch) | |
| tree | 49ca4270f829ac145b0d335092590d8de8961918 /docs | |
| parent | 8b26d65b62f54083e1bec02b34994962770b420f (diff) | |
| parent | 09276cb9d3589493176bc45b2075517c2087d75b (diff) | |
| download | dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar.gz dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar.bz2 dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar.lz dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar.xz dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.tar.zst dexon-solidity-d0fa56a217f50458b128b0a570724cdac0a5ee1a.zip | |
Merge pull request #2981 from ethereum/no-address-overload
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 |
