Skip to content

Commit c71717f

Browse files
committed
add changelog entry
1 parent 22596fa commit c71717f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### Breaking changes
1010

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

0 commit comments

Comments
 (0)