From 9c1e0e5fb3f3d5bc631b2a31fa391b77072401d2 Mon Sep 17 00:00:00 2001 From: Elias Dabbas Date: Thu, 28 Mar 2024 17:04:05 +0300 Subject: [PATCH] Update history preparing for v0.15.0 --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 3fa33581..e04dc312 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,9 +7,12 @@ Change Log - advertools * Added - Enable supplying request headers in ``sitemap_to_df``. + - New function ``crawlytics.compare`` for comparing two crawls. + - New parameter ``log_date_format`` to ``logs_to_df`` for custom date formats. * Changed - Removed the `relatedSite` parameter from ``serp_goog`` - deprecated. + - Update emoji regex and functionality to v15.1. * Fixed - Use int64 instead of int for YouTube count columns, contributed by @DanielP77