From: Harmon <Harmon758@gmail.com>
Date: Sat, 8 Oct 2022 19:23:02 +0000 (-0500)
Subject: Add version changed directive to documentation for get_list_tweets
X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5cb26164473b4527eccd7e05efbf903abccc1f3b;p=tweepy.git

Add version changed directive to documentation for get_list_tweets
---

diff --git a/tweepy/asynchronous/client.py b/tweepy/asynchronous/client.py
index e339679..a7ce77b 100644
--- a/tweepy/asynchronous/client.py
+++ b/tweepy/asynchronous/client.py
@@ -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
diff --git a/tweepy/client.py b/tweepy/client.py
index b36be61..cba77b7 100644
--- a/tweepy/client.py
+++ b/tweepy/client.py
@@ -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