Skip to content

Commit

Permalink
Specify changeset PRs manually
Browse files Browse the repository at this point in the history
(cherry picked from commit dff520a)
  • Loading branch information
frangio committed May 9, 2023
1 parent 2d2c5f3 commit 43eb8d1
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 11 deletions.
4 changes: 3 additions & 1 deletion .changeset/beige-buses-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`Initializable`: optimize `_disableInitializers` by using `!=` instead of `<`. ([#3787](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3787))
`Initializable`: optimize `_disableInitializers` by using `!=` instead of `<`.

pr: #3787
4 changes: 3 additions & 1 deletion .changeset/curvy-shrimps-enjoy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': minor
---

`ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status. ([#3714](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3714))
`ReentrancyGuard`: Add a `_reentrancyGuardEntered` function to expose the guard status.

pr: #3714
4 changes: 3 additions & 1 deletion .changeset/curvy-suns-sort.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`Ownable2Step`: make `acceptOwnership` public virtual to enable usecases that require overriding it. ([#3960](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3960))
`Ownable2Step`: make `acceptOwnership` public virtual to enable usecases that require overriding it.

pr: #3960
4 changes: 3 additions & 1 deletion .changeset/famous-rules-burn.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': minor
---

`EnumerableMap`: add a `keys()` function that returns an array containing all the keys. ([#3920](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3920))
`EnumerableMap`: add a `keys()` function that returns an array containing all the keys.

pr: #3920
4 changes: 3 additions & 1 deletion .changeset/funny-rockets-compete.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

Reformatted codebase with latest version of Prettier Solidity. ([#3898](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3898))
Reformatted codebase with latest version of Prettier Solidity.

pr: #3898
4 changes: 3 additions & 1 deletion .changeset/gold-chicken-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': minor
---

`Strings`: add `equal` method. ([#3774](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3774))
`Strings`: add `equal` method.

pr: #3774
4 changes: 3 additions & 1 deletion .changeset/healthy-squids-stare.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`Math`: optimize `log256` rounding check. ([#3745](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3745))
`Math`: optimize `log256` rounding check.

pr: #3745
4 changes: 3 additions & 1 deletion .changeset/lemon-dogs-kiss.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`ERC20Votes`: optimize by using unchecked arithmetic. ([#3748](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3748))
`ERC20Votes`: optimize by using unchecked arithmetic.

pr: #3748
4 changes: 3 additions & 1 deletion .changeset/little-kiwis-ring.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`Multicall`: annotate `multicall` function as upgrade safe to not raise a flag for its delegatecall. ([#3961](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3961))
`Multicall`: annotate `multicall` function as upgrade safe to not raise a flag for its delegatecall.

pr: #3961
4 changes: 3 additions & 1 deletion .changeset/pretty-hornets-play.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': minor
---

`Strings`: add `toString` method for signed integers. ([#3773](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3773))
`Strings`: add `toString` method for signed integers.

pr: #3773
4 changes: 3 additions & 1 deletion .changeset/tame-ladybugs-sit.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
'openzeppelin-solidity': patch
---

`MerkleProof`: optimize by using unchecked arithmetic. ([#3745](https://github.com/OpenZeppelin/openzeppelin-contracts/pull/3745))
`MerkleProof`: optimize by using unchecked arithmetic.

pr: #3745

0 comments on commit 43eb8d1

Please sign in to comment.