From 1b128b6b5f27578f54c1a94d9be34c01fef5b19d Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Sun, 17 Apr 2022 15:14:32 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index baa22e3d..75f48625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### 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