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 Apr 23, 2022
1 parent 592157f commit fa5b4af
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [3.3.5-rc2] - 2022-04-07
## [3.3.5] - 2022-04-23

### Fixed
- `InvalidProgramException` when constructor argument is Pointer or Value type [#386](https://github.com/ninject/Ninject/issues/386) [#389](https://github.com/ninject/Ninject/issues/389)
- Request for empty `List<>` returns non-empty `List<>` [#263](https://github.com/ninject/Ninject/issues/263)
- Call `kernel.Get<T>()` two times do not give the same result [#262](https://github.com/ninject/Ninject/issues/262)

### Changed
- Changed `IServiceProvider.GetService` implementation [#376](https://github.com/ninject/Ninject/issues/376)
- Consolidated handling of `isUnique` parameter for `TryGet` [#378](https://github.com/ninject/Ninject/issues/378)


## [3.3.5-rc2] - 2022-04-17

### Changed
- Changed `IServiceProvider.GetService` implementation [#376](https://github.com/ninject/Ninject/issues/376)
Expand Down

0 comments on commit fa5b4af

Please sign in to comment.