Skip to content

Commit

Permalink
Add changelog entry for bootstrap container factory override (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray authored May 18, 2023
1 parent ec75bbe commit cc82d89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v2.1.0](https://github.com/cspray/annotated-container/tree/v2.1.0) - 2023-05-15
## [v2.1.0](https://github.com/cspray/annotated-container/tree/v2.1.0) - 2023-05-18

### Added

Expand All @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updated the default bootstrap logger to output time with microseconds included.
- When a `CompositeDefinitionProvider` is used log more useful information about what implementations are composed.
- Added a `ContainerFactory` parameter to the Bootstrap object to allow using a container library that isn't supported out-of-the-box.

### Fixed

Expand Down

0 comments on commit cc82d89

Please sign in to comment.