Skip to content

Commit

Permalink
add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilgardis committed Oct 30, 2022
1 parent 22596fa commit c71717f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### Breaking changes

- Requests for helix endpoints have been converted to take `Cow`s.
This change means the `builder()` methods are harder to use, consider using the new methods on
each request which provide the same functionality but with better ergonomics.
See the top-level documentation for a endpoint for more examples.
- Crate name changed: `twitch_api2` -> `twitch_api`, also changed to new org `twitch-rs`
- All (most) types are now living in their own crate `twitch_types`
- Features for clients are now named after the client, e.g feature `reqwest_client` is now simply `reqwest`
Expand Down

0 comments on commit c71717f

Please sign in to comment.