Skip to content

Commit c3780f1

Browse files
committed
Update changelog
1 parent 25884c0 commit c3780f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Enhancements:
88
- Significant performance improvements with proxy type generation for interface proxies without target. (Up until now, DynamicProxy generated a separate `IInvocation` implementation type for every single proxied method – it is now able to reuse a single predefined type in many cases, thereby reducing the total amount of dynamic type generation.) (@stakx, #573)
99

1010
Bugfixes:
11+
- Generic method with differently named generic arguments to parent throws `KeyNotFoundException` (@stakx, #106)
1112
- Proxying certain `[Serializable]` classes produces proxy types that fail PEVerify test (@stakx, #367)
1213
- `private protected` methods are not intercepted (@CrispyDrone, #535)
1314
- `System.UIntPtr` unsupported (@stakx, #546)

0 commit comments

Comments
 (0)