From 52eb84672ee614d577370e069fc002c478e7aee8 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sat, 19 Feb 2022 15:10:07 -0600 Subject: [PATCH] Add version changed directive to documentation for Client method Add version changed directive to documentation for Client.search_recent_tweets --- tweepy/client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tweepy/client.py b/tweepy/client.py index 67547a9..5d1c7e6 100644 --- a/tweepy/client.py +++ b/tweepy/client.py @@ -811,6 +811,9 @@ class Client: The Tweets returned by this endpoint count towards the Project-level `Tweet cap`_. + .. versionchanged:: 4.6 + Added ``sort_order`` parameter + Parameters ---------- query : str -- 2.25.1