From 8f568da645e2256f55d687d8d8c1dfae1b23ca25 Mon Sep 17 00:00:00 2001 From: freek Date: Wed, 13 Dec 2017 22:06:45 +0100 Subject: [PATCH] edit changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e566f..98818ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to `spatie/crawler` will be documented in this file. +## 2.7.1 - 2017-12-13 +- allow symfony 4 crawler + ## 2.7.0 - 2017-12-10 - added the ability to change the crawl queue @@ -31,7 +34,7 @@ All notable changes to `spatie/crawler` will be documented in this file. ## 2.1.2 - 2017-03-06 - refactor to make use of Symfony Crawler's `link` function - + ## 2.1.1 - 2017-03-03 - fix bugs around relative urls @@ -64,7 +67,7 @@ All notable changes to `spatie/crawler` will be documented in this file. - make it possible to determine on which url a url was found ## 1.3.1 - 2015-09-13 -- Ignore `tel:` links when crawling +- Ignore `tel:` links when crawling ## 1.3.0 - 2015-08-18 - Added `path`, `segment` and `segments` functions to `Url`