Skip to content

Commit

Permalink
Changelog v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Singer committed Oct 15, 2019
1 parent e0ba45d commit f98d3de
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
Master (a.k.a 2.0-dev)
======================

2019-04-18
2.0.0
=====

__BC BREAK__
2019-10-15

Compatibility with Symfony 4.3:
__BC BREAK__ for compatibility with Symfony 4.3 and up

- `HtmlPageCrawler::html()` is now just the parent `Crawler::html()` and acts as *getter* only.
Setting HTML content via `HtmlPageCrawler::html($html)` is *not possible* any more,
Expand All @@ -22,6 +20,16 @@ Compatibility with Symfony 4.3:
- removed method `HtmlPageCrawler::isDisconnected()`


1.4.2
=====

2019-10-15

- undo deprecation of getInnerHtml()
- deprecate setter use of attr()
- deprecate isDisconnected()


1.4.1
=====

Expand Down

0 comments on commit f98d3de

Please sign in to comment.