Skip to content

Commit 773ed6b

Browse files
authored
Update changelog for 5.0.0 release
1 parent f49b72a commit 773ed6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Castle Core Changelog
22

3-
## Unreleased
3+
## 5.0.0 (2022-05-10)
44

55
Enhancements:
66
- .NET 6.0 support (@Jevonius, #616)
77
- .NET Standard 2.0 and 2.1 support (@lg2de, #485)
88
- Non-intercepted methods on a class proxy with target are now forwarded to the target (@stakx, #571)
9-
- 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)
9+
- 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)
1010

1111
Bugfixes:
1212
- Generic method with differently named generic arguments to parent throws `KeyNotFoundException` (@stakx, #106)

0 commit comments

Comments
 (0)