ソースを参照

Specify changeset PRs manually

Francisco Giordano 2 年 前
コミット
dff520afae

+ 3 - 1
.changeset/beige-buses-drop.md

@@ -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

+ 3 - 1
.changeset/curvy-shrimps-enjoy.md

@@ -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

+ 3 - 1
.changeset/curvy-suns-sort.md

@@ -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

+ 3 - 1
.changeset/famous-rules-burn.md

@@ -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

+ 3 - 1
.changeset/funny-rockets-compete.md

@@ -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

+ 3 - 1
.changeset/gold-chicken-clean.md

@@ -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

+ 3 - 1
.changeset/healthy-squids-stare.md

@@ -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

+ 3 - 1
.changeset/lemon-dogs-kiss.md

@@ -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

+ 3 - 1
.changeset/little-kiwis-ring.md

@@ -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

+ 3 - 1
.changeset/pretty-hornets-play.md

@@ -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

+ 3 - 1
.changeset/tame-ladybugs-sit.md

@@ -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