diff --git a/CHANGELOG.md b/CHANGELOG.md index a580525ca..273e6f99c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ New major version of DynamicProxy (you may get better performance!), so please u * Can't set up "private protected" properties (@RobSiklos, #1170) * Using [...] an old version of `System.Net.Http` which is vulnerable to "DoS", "Spoofing", "Privilege Escalation", "Authentication Bypass" and "Information Exposure" (@sidseter, #1219) +* Failure when invoking a method with by-ref parameter & mockable return type on a mock with `CallBase` and `DefaultValue.Mock` configured (@IanKemp, #1249) ## 4.17.2 (2022-03-06) @@ -24,7 +25,6 @@ New major version of DynamicProxy (you may get better performance!), so please u #### Fixed * Regression: Property stubs not working on sub mock (@aaronburro, #1240) -* Failure when invoking a method with by-ref parameter & mockable return type on a mock with `CallBase` and `DefaultValue.Mock` configured (@IanKemp, #1249) ## 4.17.1 (2022-02-26)