Skip to content

Commit 8c00b18

Browse files
author
wasinger
committed
Updated Changelog
1 parent 44714c7 commit 8c00b18

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@ Compatibility with Symfony 4.3:
1919
- 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)
2020

2121

22+
1.4.1
23+
=====
24+
25+
2019-06-28
26+
27+
- Bugfix: setText() should convert special chars. Closes #34.
28+
29+
30+
1.4.0
31+
=====
32+
33+
2019-05-17
34+
35+
Preparation for a smooth migration to 2.x / Symfony 4.3:
36+
- deprecate setter use of html() and text(),
37+
- deprecate getInnerHtml(),
38+
- new methods setText() and getCombinedText()
39+
40+
2241
1.3.2
2342
=====
2443

0 commit comments

Comments
 (0)