Add "available since" comments in documentation
(cherry picked from commit 63a0343dda)
This commit is contained in:
@ -47,6 +47,8 @@ library ERC165Checker {
|
||||
* is that some interfaces may not be supported.
|
||||
*
|
||||
* See {IERC165-supportsInterface}.
|
||||
*
|
||||
* _Available since v3.4._
|
||||
*/
|
||||
function getSupportedInterfaces(address account, bytes4[] memory interfaceIds) internal view returns (bool[] memory) {
|
||||
// an array of booleans corresponding to interfaceIds and whether they're supported or not
|
||||
|
||||
Reference in New Issue
Block a user