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 17, 2022
1 parent 1b128b6 commit 592157f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +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]
## [3.3.5-rc2] - 2022-04-07

### 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-rc1] - 2022-04-12

### 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
- Fixed `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.4] - 2017-11-13

### Fixed
Expand Down

0 comments on commit 592157f

Please sign in to comment.