From f624428510c8db6900187c0b96fb778360f59751 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Sun, 15 Oct 2017 15:15:44 +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 1e561420..3a21224d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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.2-rc1] -2017-10-15 + +### Added +- Added back CLSCompliant(true) + ## [3.3.2-beta1] - 2017-10-07 ### Added @@ -125,4 +130,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.