diff options
author | chriseth <chris@ethereum.org> | 2019-01-07 19:28:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-07 19:28:19 +0800 |
commit | f7b7c59e274fa79072af575cdc6bf74bdcc9287e (patch) | |
tree | 2cba8bd9f226ddfe4478c373e34b3236a053fd84 | |
parent | 4fa2a6865d0f3f4804384a964cf492e92a697ab4 (diff) | |
parent | 12d00d38bd63d1722f4efe702df5ec21b8c01ecd (diff) | |
download | dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar.gz dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar.bz2 dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar.lz dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar.xz dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.tar.zst dexon-solidity-f7b7c59e274fa79072af575cdc6bf74bdcc9287e.zip |
Merge pull request #5734 from ItsNickBarry/deprecation-notices
clarify antecedents in deprecation notices
-rw-r--r-- | docs/units-and-global-variables.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index 336aaf77..59acfcff 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -103,11 +103,11 @@ Block and Transaction Properties values will be zero. .. note:: - The function ``blockhash`` was previously known as ``block.blockhash``. It was deprecated in + The function ``blockhash`` was previously known as ``block.blockhash``, which was deprecated in version 0.4.22 and removed in version 0.5.0. .. note:: - The function ``gasleft`` was previously known as ``msg.gas``. It was deprecated in + The function ``gasleft`` was previously known as ``msg.gas``, which was deprecated in version 0.4.21 and removed in version 0.5.0. .. index:: abi, encoding, packed |