From 72a2c2147f7e2548fe2b00561114b4d9b93cf5ce Mon Sep 17 00:00:00 2001 From: robertfausk Date: Sat, 28 Mar 2020 08:35:40 +0100 Subject: [PATCH] Add changelog for v1.0.2 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0fb80..2b0c7d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +1.0.2 / 2020-03-28 +================== + +Restrict [```symfony/panther```](https://github.com/symfony/panther) version to ```~0.4,<0.7```. +So if you want to use old panther version then use this version. +This library will drop support for ```symfony/panther``` with versions ```<0.7```. + +Misc: + +* Add hint about issue ```This version of ChromeDriver only supports Chrome version``` to [README](README.md). + + 1.0.1 / 2019-10-11 ==================