-------------------
* Added
- Enable supplying request headers in ``sitemap_to_df``, contributed by `joejoinerr <https://github.com/joejoinerr>`_
- New function ``crawlytics.compare`` for comparing two crawls.
- New function ``crawlytics.running_crawls`` for getting data on currently running crawl jobs (\*NIX only for now).
- New parameter ``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 <https://github.com/DanielP77>`_