Skip to content

Commit

Permalink
Updated Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
wasinger committed Jun 28, 2019
1 parent 44714c7 commit 8c00b18
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
Expand Up @@ -19,6 +19,25 @@ Compatibility with Symfony 4.3:
- new method `HtmlPageCrawler::getCombinedText()` that returns the combined text from all nodes (as jQuery's `text()` function does and previous versions of `HtmlPageCrawler::text()` did)


1.4.1
=====

2019-06-28

- Bugfix: setText() should convert special chars. Closes #34.


1.4.0
=====

2019-05-17

Preparation for a smooth migration to 2.x / Symfony 4.3:
- deprecate setter use of html() and text(),
- deprecate getInnerHtml(),
- new methods setText() and getCombinedText()


1.3.2
=====

Expand Down

0 comments on commit 8c00b18

Please sign in to comment.