Skip to content

Commit bff058a

Browse files
authored
Merge pull request #27 from strvcom/dc/feat/change-log
feat: Changelog update for 2.0.1
2 parents f2874bd + 100b980 commit bff058a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ __Sections__
1111
- `Removed` for deprecated features removed in this release.
1212
- `Fixed` for any bug fixes.
1313

14+
## [2.0.1]
15+
16+
### Added
17+
18+
- **Readable error messages**`ResolutionError` messages now display human-readable Swift type names instead of raw `ObjectIdentifier` debug descriptions, making it easier to diagnose missing or mismatched registrations.
19+
20+
### Fixed
21+
22+
- **Argument type matching clarified** — Documented that argument matching is based on compile-time types, so registering with `ConcreteType` and resolving with `any Protocol` (or vice versa) creates distinct registrations.
23+
1424
## [2.0.0]
1525

1626
### Added

0 commit comments

Comments
 (0)