mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5734 from ItsNickBarry/deprecation-notices
clarify antecedents in deprecation notices
This commit is contained in:
commit
f7b7c59e27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user