From: Harmon Date: Thu, 5 May 2022 14:46:15 +0000 (-0500) Subject: Improve heading level in v4.9.0 changelog X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d18f1678c445d50fd3c0a76d5fa6a57b14be82f;p=tweepy.git Improve heading level in v4.9.0 changelog --- diff --git a/docs/changelog.md b/docs/changelog.md index a30d2b0..d3c0870 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -12,7 +12,7 @@ Version 4.9.0 - Fallback to `"detail"` response value for `HTTPException` message ([b6b8241](https://github.com/tweepy/tweepy/commit/b6b8241d8df408a427a38d3b9a44837f07cfab32)) - Handle `"error"` key of response being a string in `HTTPException` ([2da4452](https://github.com/tweepy/tweepy/commit/2da4452870093f930fb8808861bcec809a2d4ccf)) -#### Twitter API Deprecations +### Twitter API Deprecations - Deprecate `Stream.sample` and note deprecation of compliance messages for `Stream.filter` ([#1876](https://github.com/tweepy/tweepy/issues/1876)) ### Misc