diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6dedba85..c418128d12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,11 @@ ## Unreleased -- Upgrade minimum Castle.Core version to 4.4.1 +- Upgrade minimum Castle.Core version to 4.4.1 (@generik0, #576) Bugfixes: - Fix CollectionResolver to allow propagation of inline dependencies (@dvdwouwe, #562) -- Allow DefaultNamingSubSystem derivatives to invalidate the cache which was accidently removed in 5.1.0 (@nativenolde, #569) +- Allow DefaultNamingSubSystem derivatives to invalidate the cache which was accidentally removed in 5.1.0 (@nativenolde, #569) - Replace usage of obsolete Castle.Core.Internal.Lock (@generik0, #576) - Fix dictionary bug when using XML configuration; A reference to list components inside a dictionary didn't work (@ni-mi, #575)