Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-xu committed Sep 26, 2017
1 parent 568d00e commit b9b4e9b
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [3.3.0-beta1] - 2017-09-23

### Added
- Support NETSTANDARD2.0
- Strongly typed overloads of WithConstructorArgument which use a callback to get the value [#197](https://github.com/ninject/Ninject/pull/197)
- Do not choose constructors with an "Obsolete" attribute [#224](https://github.com/ninject/Ninject/pull/224)
- Support .NET Standard 2.0
- Strongly typed overloads of `WithConstructorArgument` which use a callback to get the value [#197](https://github.com/ninject/Ninject/pull/197)
- Do not choose constructors with an `ObsoleteAttribute` [#224](https://github.com/ninject/Ninject/pull/224)
- Meaningful exception message if there is error in configuration [#240](https://github.com/ninject/Ninject/issues/240) [#245](https://github.com/ninject/Ninject/issues/245)

### Changed
- Using HasDefaultValue instead of DBNull [#235](https://github.com/ninject/Ninject/issues/235)
- Array/List of concrete classes will return empty if the concrete class is not explictly binded [#227](https://github.com/ninject/Ninject/issues/227)
- Using `HasDefaultValue` instead of `DBNull` [#235](https://github.com/ninject/Ninject/issues/235)
- Array/List of concrete classes will return empty if the concrete class is not explicitly binded [#227](https://github.com/ninject/Ninject/issues/227)

### Removed
- Support for .NET 3.5 and Silverlight

### Fixed
- Improved cyclical dependencies detection [#143](https://github.com/ninject/Ninject/issues/143)
- InvalidProgramException when select constructors for MulticastDelegate [#175](https://github.com/ninject/ninject/issues/175)
- WhenMemberHas broken [#189](https://github.com/ninject/Ninject/issues/189)
- `WhenMemberHas` broken [#189](https://github.com/ninject/Ninject/issues/189)
- Injection into private parent parent properties fails [#214](https://github.com/ninject/Ninject/issues/241) [#217](https://github.com/ninject/Ninject/issues/217)
- Break Singleton / circular dependency WithPropertyValue or OnActivation callback [#221](https://github.com/ninject/Ninject/issues/221) [#224](https://github.com/ninject/Ninject/issues/224)
- Break Singleton / circular dependency `WithPropertyValue` or `OnActivation` callback [#221](https://github.com/ninject/Ninject/issues/221) [#224](https://github.com/ninject/Ninject/issues/224)
- The invoked member is not supported in a dynamic assembly [#225](https://github.com/ninject/Ninject/issues/225)
- Conditional binding is not being considered when score constructors [#237](https://github.com/ninject/Ninject/issues/237)

Expand Down

0 comments on commit b9b4e9b

Please sign in to comment.