Skip to content

Commit 592157f

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +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]
7+
## [3.3.5-rc2] - 2022-04-07
8+
9+
### Changed
10+
- Changed `IServiceProvider.GetService` implementation [#376](https://github.com/ninject/Ninject/issues/376)
11+
- Consolidated handling of `isUnique` parameter for `TryGet` [#378](https://github.com/ninject/Ninject/issues/378)
12+
13+
## [3.3.5-rc1] - 2022-04-12
814

915
### Fixed
1016
- `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)
1117
- Request for empty `List<>` returns non-empty `List<>` [#263](https://github.com/ninject/Ninject/issues/263)
1218
- Call `kernel.Get<T>()` two times do not give the same result [#262](https://github.com/ninject/Ninject/issues/262)
1319

14-
### Changed
15-
- Fixed `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-
1820
## [3.3.4] - 2017-11-13
1921

2022
### Fixed

0 commit comments

Comments
 (0)