Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jun 15, 2020
1 parent 3135c97 commit 09c5f9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Deprecations:
- Removed support for the .NET Framework < 4.5 and .NET Standard 1.x. (@stakx, #495, #496)
- Removed support for Code Access Security (CAS). (@stakx, #502)
- Removed support for Remoting. This library no longer defines any types deriving from `MarshalByRefObject`, and `ProxyUtil.IsProxy` (which used to recognize remoting/"transparent" proxies) now tests only for DynamicProxy proxies. (@stakx, #507)
- Removed support for serialization in DynamicProxy. To be more specific, this means that:
- Previously saved dynamic assemblies can no longer be loaded into a `ProxyGenerator`'s type cache (via `ModuleScope.LoadAssemblyIntoCache`).
- Generated proxies and invocations are no longer marked as `[Serializable]` nor do they automatically implement `ISerializable`.
- There is no longer any requirement to make your interceptors, interceptor selectors, proxy generation hooks, or mixins serializable. (@stakx, #512)
- The following public members have been removed:
- `Castle.Core.Internal.Lock` (class) along with all related types and methods
- `Castle.Core.Internal.PermissionUtil.IsGranted` (method)
Expand Down

0 comments on commit 09c5f9b

Please sign in to comment.