Skip to content

Commit

Permalink
Move changelog entry to correct release
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed May 12, 2022
1 parent a844d5e commit 6e98431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1

#### Fixed

* Regression with `SetupProperty` where Moq fails to match a property accessor implementation against its definition in an interface (@Naxemar, #1248)
* Difference in behavior when mocking async method using `.Result` vs without (@cyungmann, #1253)


Expand All @@ -24,7 +25,6 @@ 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)
* Regression with `SetupProperty` where Moq fails to match a property accessor implementation against its definition in an interface (@Naxemar, #1248)
* Failure when invoking a method with by-ref parameter & mockable return type on a mock with `CallBase` and `DefaultValue.Mock` configured (@IanKemp, #1249)


Expand Down

0 comments on commit 6e98431

Please sign in to comment.