Add version changed directive to documentation for get_list_tweets
authorHarmon <Harmon758@gmail.com>
Sat, 8 Oct 2022 19:23:02 +0000 (14:23 -0500)
committerHarmon <Harmon758@gmail.com>
Sat, 8 Oct 2022 19:23:02 +0000 (14:23 -0500)
tweepy/asynchronous/client.py
tweepy/client.py

index e339679bed526e378a9dc734a75ff7a4eec4dbdd..a7ce77bfeb974f0a6b8d8b4eabb9ce90f4c4dddb 100644 (file)
@@ -2563,6 +2563,10 @@ class AsyncClient(AsyncBaseClient):
 
         Returns a list of Tweets from the specified List.
 
+        .. versionchanged:: 4.10.1
+            Added ``media_fields``, ``place_fields``, and ``poll_fields``
+            parameters
+
         Parameters
         ----------
         id : list[str] | str
index b36be6193dc9ce69c73e7b1042de52c9d5b11a48..cba77b76546e9605441f50d399d5bd03b99ad459 100644 (file)
@@ -2769,6 +2769,10 @@ class Client(BaseClient):
 
         .. versionadded:: 4.4
 
+        .. versionchanged:: 4.10.1
+            Added ``media_fields``, ``place_fields``, and ``poll_fields``
+            parameters
+
         Parameters
         ----------
         id : list[str] | str