File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed
Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,24 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7- ## [ Unreleased ]
7+ ## [ 3.3.0 ] - 2017-09-26
88
99### Added
10- - Support NETSTANDARD2.0
10+ - Support .NET Standard 2.0
11+ - Added overloads to configure which methods are intercepted
12+
13+ ### Changed
14+ - Dynamic proxy does not wrap proxies again with another proxy
15+ - All kind of interceptions do not intercept ` System.Object ` methods by default unless they are overridden
16+ - Inject ` AdviceRegistry ` into ` ProxyActivationStrategy ` instead of getting it from the kernel on each request
1117
1218### Removed
13- - Support for .NET 3.5 .NET 4.0 and Silverlight
19+ - .NET 3.5, .NET 4.0 and Silverlight
20+
21+ ### Fixed
22+ - Dynamic Advices are not cached and reused
1423
15- ## [ 3.2.0]
24+ ## [ 3.2.0] - 2014-03-21
1625
1726### Added
1827- Interface Proxies allow to intercept "System.Object" methods (ToString, GetHashCode, Equals) now.
You can’t perform that action at this time.
0 commit comments