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 21, 2018
1 parent a1f42e2 commit 032474d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Castle Core Changelog

## Unreleased

Deprecations:
- The API surrounding `Lock` has been deprecated. This consists of the members listed below. Consider using the Base Class Library's `System.Threading.ReaderWriterLockSlim` instead. (@stakx, #391)
- `Castle.Core.Internal.Lock` (class)
- `Castle.Core.Internal.ILockHolder` (interface)
- `Castle.Core.Internal.IUpgradeableLockHolder` (interface)
- The proxy type cache in `ModuleScope` should no longer be accessed directly. For this reason, the members listed below have been deprecated. (@stakx, #391)
- `Castle.DynamicProxy.ModuleScope.Lock` (property)
- `Castle.DynamicProxy.ModuleScope.GetFromCache` (method)
- `Castle.DynamicProxy.ModuleScope.RegisterInCache` (method)
- `Castle.DynamicProxy.Generators.BaseProxyGenerator.AddToCache` (method)
- `Castle.DynamicProxy.Generators.BaseProxyGenerator.GetFromCache` (method)

## 4.3.1 (2018-06-21)

Enhancements:
Expand Down

0 comments on commit 032474d

Please sign in to comment.