From 6829b5bf02f30d2ca32760ac9ed76bd66e0114cb Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 2 Dec 2020 17:57:41 +0100 Subject: [PATCH] wip --- CHANGELOG.md | 3 ++- UPGRADING.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ea181c..2ed0992f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ All notable changes to `spatie/crawler` will be documented in this file. ## 6.0.0 - 2020-12-02 -- +- add `setCurrentCrawlLimit` and `setTotalCrawlLimit` +- internal refactors ## 5.0.2 - 2020-11-27 diff --git a/UPGRADING.md b/UPGRADING.md index 6b35bb49..06d0568b 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,8 +1,8 @@ # Upgrading -Because there are many breaking changes an upgrade is not that easy. -There are many edge cases this guide does not cover. -We accept PRs to improve this guide. +## From v5 to v6 + +- There are no breaking changes to the API. Internally, we shuffled around some checks around crawl limit that might affected some edge cases ## From v3 to v4