Skip to content

Commit 0d3d9c3

Browse files
committed
Update the changelog for 2.0.0
1 parent 680ba74 commit 0d3d9c3

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
2.0.0 / 2021-12-13
2+
==================
3+
4+
BC break:
5+
6+
* The `getClient` method now returns an AbstractBrowser from BrowserKit instead of the deprecated Client.
7+
* The constructor now takes an AbstractBrowser from BrowserKit instead of the deprecated Client.
8+
* The deprecated methods `setRemoveHostFromUrl` and `setRemoveScriptFromUrl` have been removed
9+
10+
New features:
11+
12+
* Added support for Symfony 5.
13+
14+
Removed:
15+
16+
* Removed support for Symfony <4.4.
17+
* Removed support for PHP <7.2.
18+
* Removed deprecated methods
19+
120
1.4.1 / 2021-12-10
221
==================
322

0 commit comments

Comments
 (0)