# Changelog
## v0.2.0
- Added `#[non_exhaustive]` to public enums that may grow, including config and transport error enums.
- Added `Display` implementations for printable public types such as `InteractshClient`, `ClientConfig`, `InteractionContext`, `GeneratedUrl`, `InteractionEvent`, and `CorrelatedInteraction`.
- Added `# Thread Safety` sections documenting `Send`/`Sync` behavior across the public API.
- Added `#[must_use]` to important constructors, parsing helpers, and value-returning client methods.