From 476135bfc40efb1a2d6e1c33eb9a45123cfea7f4 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Mon, 13 Nov 2017 18:51:17 +0800 Subject: [PATCH] 3.3.4 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a8a62c..47e19e36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.4] - 2017-11-13 ### Fixed - Throw cyclic dependency exception when resolve a named binding with decoration pattern [#261](https://github.com/ninject/Ninject/issues/261) @@ -150,4 +150,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [2.2.1.0] ### Fixed -- For classes that have several virtual indexers and at least one of them overridden an ambiguous match exception was thrown when they were injected. \ No newline at end of file +- For classes that have several virtual indexers and at least one of them overridden an ambiguous match exception was thrown when they were injected.