Skip to content

Commit 2b9dcbc

Browse files
Update CHANGELOG.md
1 parent eb5611c commit 2b9dcbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.0.0] - ??? :star:
8+
## [2.0.0] - 2023-01-07 :star:
99
- Introduces a `ContainerProtocol` to improve interoperability between
1010
libraries and alternative implementations of DI containers. The protocol is
1111
inspired by [punq](https://github.com/bobthemighty/punq), since its code API
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Renames context classes: "GetServiceContext" to "ActivationScope",
2121
"ResolveContext" to "ResolutionContext".
2222
- The "add_exact*" methods have been made private, to simplify the public API.
23+
- Adds typehints to GetServiceContext init params; [guscardvs](https://github.com/guscardvs)' contribution.
2324

2425
## [1.1.3] - 2022-03-27 :droplet:
2526
- Corrects a bug that would cause false positives when raising exceptions

0 commit comments

Comments
 (0)