Skip to content

Commit

Permalink
Add missing v2.5.4 details to changelog
Browse files Browse the repository at this point in the history
In 2011, 2.5.4 was released after 3.0.0 beta 1 and somehow the changelog wasn't merged properly.
  • Loading branch information
jonorossi authored Jul 5, 2018
1 parent 588f786 commit 81fbdf0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,13 @@ fix - if you were using this option and you have to use it, use a IProxyGenerati
- IServiceProviderEx was removed as base interface for IWindsorContainer and IKernel
- Removed the following types: ContainerAdapter, ContainerWrapper, IContainerAdapter, IContainerAdapterSite

## 2.5.4 (2011-10-01)

- fixed issue causing IndexOutOfRangeException in heavy load multithreaded scenarios when releasing typed factories or components using DynamicParameters method
- fixed issue causing transient objects being dependencies of per web request objects being resolved multiple times during a single request to still be tracked by the container after the web request ended
- fixed issue causing typed factory to unnecessarily accumulate referenced to tracked singletons resolved via the factory
- fixed issue causing per web request objects to still be tracked by the container after being relesed in heavy load multithreaded scenarios

## 2.5.3 (2011-02-02)

- fixed IOC-266 - Dependency of a generic service is not disposed in Windsor 2.5.x
Expand Down

0 comments on commit 81fbdf0

Please sign in to comment.