Skip to content

Commit 35edee6

Browse files
committed
Update CHANGELOG.md for release 3.3.0
1 parent a1466e8 commit 35edee6

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and 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.

0 commit comments

Comments
 (0)