Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jonorossi authored Sep 17, 2019
1 parent cb634c4 commit d686b7e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit d686b7e

Please sign in to comment.