diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f48625..1447ce4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()` 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