From df8bd35ff9e2c8c6d9ad5207a9293f47c09e98a0 Mon Sep 17 00:00:00 2001 From: Elias Dabbas Date: Fri, 22 Mar 2024 00:55:53 +0300 Subject: [PATCH] Update history with relatedSite param deprecation --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 835f33c0..15750f4d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -8,6 +8,9 @@ Change Log - advertools * Added - Enable supplying request headers in ``sitemap_to_df``. +* Changed + - Removed the `relatedSite` parameter from ``serp_goog`` - deprecated. + 0.14.2 (2024-02-24) -------------------