From fabeb0e6b6550c20a0a69de12bef4b144d482c0a Mon Sep 17 00:00:00 2001 From: Yitzchok Gottlieb Date: Thu, 28 Mar 2019 11:46:22 -0400 Subject: [PATCH] Add the controller name case insensitive lookup change to the changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69b3d64c66..f2bca19fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Castle Windsor Changelog +## Unreleased + +Bugfixes: +- Finding the controller should be made in a case insensitive way for Castle.Facilities.AspNet.Mvc facility (@yitzchok, #480) + ## 5.0.0 (2019-02-12) Bugfixes: