Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jan 31, 2021
1 parent 62ff216 commit fe428b9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,10 +4,13 @@

Enhancements:
- .NET Standard 2.0 and 2.1 support (@lg2de, #485)
- Non-intercepted methods on a class proxy with target are now forwarded to the target (@stakx, #571)

Bugfixes:
- Not proxied methods on class proxy with target should forward to the target (DYNPROXY-183) (@jonorossi, #67)
- Proxying certain `[Serializable]` classes produces proxy types that fail PEVerify test (@stakx, #367)
- `private protected` methods are not intercepted (@CrispyDrone, #535)
- Virtual property is not proxied if `IProxyGenerationHook.ShouldInterceptMethod` returns false (@xumix, #536)
- `System.UIntPtr` unsupported (@stakx, #546)
- DynamicProxy generates two modules when proceeding from a class proxy's protected method to the target, causing an `InvalidOperationException` when saving the generated assembly to disk (@stakx, #569)

Expand Down

0 comments on commit fe428b9

Please sign in to comment.