Ver código fonte

Fix issue number in CHANGELOG (#3710)

(cherry picked from commit 8769b19860863ed14e82ac78eb0d09449a49290b)
Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com>
GitHubPang 3 anos atrás
pai
commit
8d3d181207
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -46,7 +46,7 @@
 +import "@openzeppelin/contracts/utils/cryptography/EIP712.sol";
 ```
 
- * `ERC721Votes`: Added the file `ERC721Votes.sol` and deprecated `draft-ERC721Votes.sol` since it no longer depends on a Draft EIP (EIP-712). Developers are encouraged to update their imports. ([#3621](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3699))
+ * `ERC721Votes`: Added the file `ERC721Votes.sol` and deprecated `draft-ERC721Votes.sol` since it no longer depends on a Draft EIP (EIP-712). Developers are encouraged to update their imports. ([#3699](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3699))
 
 ```diff
 -import "@openzeppelin/contracts/token/ERC721/extensions/draft-ERC721Votes.sol";