Skip to content

Commit

Permalink
Update Changelog.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcwbr authored Nov 8, 2021
1 parent 0dcc006 commit 39a21a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,19 @@ 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).

## [1.5.1] - 2021-07.29
## [1.5.2] - 2021-11-08

### Fixed

* Fixed an error in ServiceContainer.set() which did not build references instantly if required

## [1.5.1] - 2021-07-29

### Fixed

* Fixed an error in ServiceContainer.set() which not detected constructable classes

## [1.5.0] - 2021-07.29
## [1.5.0] - 2021-07-29

* You are now able to initialize a class only by its reference
e.g. `ServiceContainer.set(ServiceId.TestApi, CustomTestApi);` instead
Expand Down

0 comments on commit 39a21a1

Please sign in to comment.