Commit e493fb3e by Nicolás Venturo

Add 'available since' notes. Fixes #2054

parent 8c40a5b2
...@@ -80,6 +80,8 @@ contract ERC721Metadata is Context, ERC165, ERC721, IERC721Metadata { ...@@ -80,6 +80,8 @@ contract ERC721Metadata is Context, ERC165, ERC721, IERC721Metadata {
* @dev Returns the base URI set via {_setBaseURI}. This will be * @dev Returns the base URI set via {_setBaseURI}. This will be
* automatically added as a preffix in {tokenURI} to each token's URI, when * automatically added as a preffix in {tokenURI} to each token's URI, when
* they are non-empty. * they are non-empty.
*
* _Available since v2.5.0._
*/ */
function baseURI() external view returns (string memory) { function baseURI() external view returns (string memory) {
return _baseURI; return _baseURI;
......
...@@ -8,6 +8,8 @@ pragma solidity ^0.5.0; ...@@ -8,6 +8,8 @@ pragma solidity ^0.5.0;
* *
* See the https://eips.ethereum.org/EIPS/eip-1014#motivation[EIP] for more * See the https://eips.ethereum.org/EIPS/eip-1014#motivation[EIP] for more
* information. * information.
*
* _Available since v2.5.0._
*/ */
library Create2 { library Create2 {
/** /**
......
...@@ -15,6 +15,8 @@ pragma solidity ^0.5.0; ...@@ -15,6 +15,8 @@ pragma solidity ^0.5.0;
* *
* Can be combined with {SafeMath} to extend it to smaller types, by performing * Can be combined with {SafeMath} to extend it to smaller types, by performing
* all math on `uint256` and then downcasting. * all math on `uint256` and then downcasting.
*
* _Available since v2.5.0._
*/ */
library SafeCast { library SafeCast {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment