Skip to content

Commit fa5b4af

Browse files
committed
Update CHANGELOG.md
1 parent 592157f commit fa5b4af

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,19 @@ 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-
## [3.3.5-rc2] - 2022-04-07
7+
## [3.3.5] - 2022-04-23
8+
9+
### Fixed
10+
- `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)
11+
- Request for empty `List<>` returns non-empty `List<>` [#263](https://github.com/ninject/Ninject/issues/263)
12+
- Call `kernel.Get<T>()` two times do not give the same result [#262](https://github.com/ninject/Ninject/issues/262)
13+
14+
### Changed
15+
- Changed `IServiceProvider.GetService` implementation [#376](https://github.com/ninject/Ninject/issues/376)
16+
- Consolidated handling of `isUnique` parameter for `TryGet` [#378](https://github.com/ninject/Ninject/issues/378)
17+
18+
19+
## [3.3.5-rc2] - 2022-04-17
820

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

0 commit comments

Comments
 (0)