diff options
author | Nick Barry <itsnickbarry@protonmail.ch> | 2019-01-03 14:35:06 +0800 |
---|---|---|
committer | Nick Barry <itsnickbarry@protonmail.ch> | 2019-01-03 14:35:06 +0800 |
commit | 12d00d38bd63d1722f4efe702df5ec21b8c01ecd (patch) | |
tree | 0d3e7193da7821962e4aaae2486b6e055f3d5c7f /docs | |
parent | d597b1dbb2490b7f977617173a101e705c8439d7 (diff) | |
download | dexon-solidity-12d00d38bd63d1722f4efe702df5ec21b8c01ecd.tar.gz dexon-solidity-12d00d38bd63d1722f4efe702df5ec21b8c01ecd.tar.zst dexon-solidity-12d00d38bd63d1722f4efe702df5ec21b8c01ecd.zip |
clarify antecedents in deprecation notices
Diffstat (limited to 'docs')
-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 |