We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8819f04 commit c1c1ee3Copy full SHA for c1c1ee3
CHANGELOG.md
@@ -6,6 +6,12 @@
6
7
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.8.0...Unreleased)
8
9
+### Breaking
10
+
11
+* Added new feature flag `client` that enables client specific functions. Without this feature,
12
+ `twitch_oauth2` will only provide non-async functions and
13
+ provide library users `http::Request`s and consume `http::Response`s.
14
15
## [v0.8.0] - 2022-08-27
16
17
[Commits](https://github.com/twitch-rs/twitch_oauth2/compare/v0.7.1...v0.8.0)
0 commit comments