diff --git a/CHANGELOG.md b/CHANGELOG.md index df7adb8351..ec11242f65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,11 +3,13 @@ ## Unreleased Bugfixes: -- ASP.NET Core Facility: FrameworkDependencyResolver must not throw NRE if dependency has no type (eg. depending on a named component) -- ASP.NET Core Facility: Register ViewComponents and TagHelpers correctly -- ASP.NET Core Facility: Allow crosswiring multiple implementations of the same service -- ASP.NET Core Facility: Count TagHelper classes with __Generated__ in the name (eg. TagHelpers generated for ViewComponents) as Framework classes -- Finding the controller should be made in a case insensitive way for Castle.Facilities.AspNet.Mvc facility (@yitzchok, #480) +- Fix `ProxyOptions` equality with additional interfaces (@DamirAinullin, #477) +- WCF Facility: Fix exception message (@DamirAinullin, #476) +- ASP.NET MVC Facility: Fix controller lookup to be case insensitive (@yitzchok, #480) +- ASP.NET Core Facility: `FrameworkDependencyResolver` must not throw NRE if dependency has no type (e.g. depending on a named component) (@dariuslf, #489) +- ASP.NET Core Facility: Register ViewComponents and TagHelpers correctly (@dariuslf, #489) +- ASP.NET Core Facility: Allow crosswiring multiple implementations of the same service (@dariuslf, #489) +- ASP.NET Core Facility: Treat TagHelper classes with `__Generated__` in their name (e.g. TagHelpers generated for ViewComponents) as framework classes (@dariuslf, #489) ## 5.0.0 (2019-02-12)