From fa5b4afca8b6b6e621c34e4afe19f842bf5e7d43 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Sat, 23 Apr 2022 15:54:18 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1447ce4e..0dbf362f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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()` 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)