From 2d08ae51252f24ca3d50e4b352d5603fcdb8800e Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Sun, 17 Apr 2022 14:04:15 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4549ccfb..baa22e3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ 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). -## [Unreleased] +## [3.3.5] ### 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) + ## [3.3.4] - 2017-11-13 ### Fixed