From d207e8d81902db881ef7d4d377c44a267a19c649 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Thu, 5 Oct 2017 17:48:38 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6415c8..9ee87b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ 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.0] - 2017-09-29 +## [3.3.0] - 2017-10-05 ### Added - Support .NET Standard 2.0 +- Added decorator support [#33](https://github.com/ninject/Ninject.Extensions.Factory/pull/33) ### Removed - .NET 3.5, .NET 4.0 and Silverlight