Skip to content

Commit fe428b9

Browse files
committed
Update the changelog
1 parent 62ff216 commit fe428b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44

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

89
Bugfixes:
10+
- Not proxied methods on class proxy with target should forward to the target (DYNPROXY-183) (@jonorossi, #67)
911
- Proxying certain `[Serializable]` classes produces proxy types that fail PEVerify test (@stakx, #367)
1012
- `private protected` methods are not intercepted (@CrispyDrone, #535)
13+
- Virtual property is not proxied if `IProxyGenerationHook.ShouldInterceptMethod` returns false (@xumix, #536)
1114
- `System.UIntPtr` unsupported (@stakx, #546)
1215
- 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)
1316

0 commit comments

Comments
 (0)