Skip to content

Commit

Permalink
📆 docs: Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jictyvoo committed Jul 11, 2024
1 parent d021b6f commit 16ee8b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,8 @@
- If everything matches, this new way of returning duck-type elements will call the Generate method on bind
- It must be very careful about cycle dependencies now more than ever
- Add tests to cover the new duckType mode with `Bind[T]`
- Add new functions to register constructors with the injector.
- `RegisterConstructor` - `RegisterConstructorErr`
- `RegisterConstructorArgs1` - `RegisterConstructorArgs1Err`
- `RegisterConstructorArgs2` - `RegisterConstructorArgs2Err`
- Add tests to cover new constructor registration.

0 comments on commit 16ee8b3

Please sign in to comment.