From: Harmon Date: Wed, 17 Nov 2021 14:27:26 +0000 (-0600) Subject: Add changelog for version 4.4.0 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a430ef50b255576820ee3a2b60f2c923ce2d7215;p=tweepy.git Add changelog for version 4.4.0 --- diff --git a/docs/changelog.md b/docs/changelog.md index 4e5389f..6e76e84 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,6 +3,16 @@ Changelog These changelogs are also at as release notes. +Version 4.4.0 +------------- +### New Features / Improvements +- Add support for List lookup with Twitter API v2 ([0aa2366](https://github.com/tweepy/tweepy/commit/0aa2366a875464756507abf42709a3db676f4cee)) +- Add `Client.get_space_buyers` ([8bf58ca](https://github.com/tweepy/tweepy/commit/8bf58ca5754f72292d1d86367a02778af7a44f20)) +- Add `Space.ended_at` and `Space.topic_ids` ([c89a233](https://github.com/tweepy/tweepy/commit/c89a233a96142ce01ecd5e1372c3fdce45c6601f)) + +### Bug Fixes +- Remove erroneous Space.__str__ ([ebb4bfd](https://github.com/tweepy/tweepy/commit/ebb4bfdd4033e9a8ee257ab244381e1a8fdb2984)) + Version 4.3.0 ------------- ### New Features / Improvements