Skip to content
* Chain members can now be added with their own *Lifestyle*. This is typically provided by your DI-container (like `Lifestyle.Scoped`)
  * `AbstractChainConfigurator` has a third type parameter now - the type of the lifestyle
  * Deriving classes need to call the base constructor using the a default lifestyle to choose when none is given
  * The signature of `AbstractChainConfigurator.Register` has changed to include the lifestyle as well