From 551fc2fd01d1b108dee407cff7f316eba5fba792 Mon Sep 17 00:00:00 2001 From: Jonathon Rossi Date: Mon, 16 Nov 2020 23:49:52 +1000 Subject: [PATCH] Update changelog for 5.1.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19bcb66e3e..3a0a892d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Castle Windsor Changelog +## 5.1.0 (2020-11-16) + +Bugfixes: +- .NET Extensions' DependencyInjection: + - Change WindsorServiceProviderFactory to follow SOLID behaviour (@generik0, #540) + - Fix "An item with the same key has already been added" exception related to scoped lifestyle (@generik0, #547) + - Fix issue using existing container with ASP.NET (@robertcoltheart, #548) + - Extra extensions for BasedOnDescriptor (@ltines, #554) + - Use generic registration instead of reflection (@robertcoltheart, #555) + - Use the container from the method call, not the root container (@generik0, #558) + - Add InvalidateCache to DependencyInjectionNamingSubsystem (@generik0, @twenzel, #556) + ## 5.1.0-beta001 (2020-06-17) Enhancements: