Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ __Sections__
- `Removed` for deprecated features removed in this release.
- `Fixed` for any bug fixes.

## [2.0.1]

### Added

- **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.

### Fixed

- **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.

## [2.0.0]

### Added
Expand Down
Loading