From 9dc51cc68f59c3963bc91508ad07e6eb2ad60508 Mon Sep 17 00:00:00 2001 From: Scott Xu Date: Fri, 27 May 2022 22:45:04 +0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dbf362f..3ae30e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.6] - 2022-05-27 + +### Fixed +- Infinite loop when call `TryGet(string name)` [#393](https://github.com/ninject/Ninject/issues/393) +- `VerifycationException` when inject pointer type (.NET Framework only) + ## [3.3.5] - 2022-04-23 ### Fixed