Skip to content

Commit

Permalink
Update the changelog
Browse files Browse the repository at this point in the history
It is no longer feasible to list every single affected type or type
member; there's simply too many. Give a coarse summary instead.
  • Loading branch information
stakx committed Jun 6, 2020
1 parent 18db4fe commit ad57a4c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ Deprecations:
- 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)
- `Castle.DynamicProxy.Generators.Emitters.AttributesUtil.IsAnyByRef` (method)
- `Castle.DynamicProxy.Generators.Emitters.StrongNameUtil.CanStrongNameAssembly` (property)
- `Castle.DynamicProxy.Internal.InternalsUtil` (class)
- `Castle.DynamicProxy.ModuleScope.DefineType` (method)
- `Castle.DynamicProxy.ModuleScope.GetFromCache` (method), `Castle.DynamicProxy.ModuleScope.RegisterInCache` (method), `Castle.DynamicProxy.Generators.CacheKey` (class) and a few other related methods that allowed direct access to DynamicProxy's type cache.
- all type members in `Castle.DynamicProxy.ModuleScope` that gave direct access to DynamicProxy's type cache and `ModuleBuilder`s. Only `SaveAssembly`, `LoadAssemblyIntoCache`, and members supporting these two facilities are left public.
- almost all types and type members in the `Castle.DynamicProxy.*` sub-namespaces, as most of them are intended for internal use only.

## 4.4.1 (2020-05-06)

Expand Down

0 comments on commit ad57a4c

Please sign in to comment.