Skip to content

Commit

Permalink
Update the changelog for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Dec 13, 2021
1 parent 680ba74 commit 0d3d9c3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
2.0.0 / 2021-12-13
==================

BC break:

* The `getClient` method now returns an AbstractBrowser from BrowserKit instead of the deprecated Client.
* The constructor now takes an AbstractBrowser from BrowserKit instead of the deprecated Client.
* The deprecated methods `setRemoveHostFromUrl` and `setRemoveScriptFromUrl` have been removed

New features:

* Added support for Symfony 5.

Removed:

* Removed support for Symfony <4.4.
* Removed support for PHP <7.2.
* Removed deprecated methods

1.4.1 / 2021-12-10
==================

Expand Down

0 comments on commit 0d3d9c3

Please sign in to comment.