From a1aa81b0d72f51bb7a7aa29fa147947bec5b5dca Mon Sep 17 00:00:00 2001 From: strmfos <155266597+strmfos@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:15:38 +0200 Subject: [PATCH 1/2] fix: incorrect documentation reference in ERC4626Fees._withdraw (#5955) --- contracts/mocks/docs/ERC4626Fees.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/mocks/docs/ERC4626Fees.sol b/contracts/mocks/docs/ERC4626Fees.sol index b8ee33f3326..5c0b05309c5 100644 --- a/contracts/mocks/docs/ERC4626Fees.sol +++ b/contracts/mocks/docs/ERC4626Fees.sol @@ -57,7 +57,7 @@ abstract contract ERC4626Fees is ERC4626 { } } - /// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_deposit}. + /// @dev Send exit fee to {_exitFeeRecipient}. See {IERC4626-_withdraw}. function _withdraw( address caller, address receiver, From 057137504016564aea1444324cc4e8eae451a612 Mon Sep 17 00:00:00 2001 From: Faizan <121456637+mdfaizanaquil@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:42:20 +0530 Subject: [PATCH 2/2] Update CHANGELOG.md (#5969) Co-authored-by: Hadrien Croubois --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9955665a2c..4a589f2f6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ ### Pragma changes -- Reduced pragma requirement of interface files +- Reduced pragma requirement of interface files. ### Changes by category