Skip to content

Commit 8147947

Browse files
committed
[DomCrawler] Fixed CHANGELOG markup
1 parent ade5741 commit 8147947

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
4.3.0
55
-----
66

7-
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains``
7+
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains`
88
and `CrawlerSelectorTextSame`
99
* Added return of element name (`_name`) in `extract()` method.
1010
* Added ability to return a default value in `text()` and `html()` instead of throwing an exception when node is empty.
@@ -16,7 +16,7 @@ CHANGELOG
1616

1717
* The `$currentUri` constructor argument of the `AbstractUriElement`, `Link` and
1818
`Image` classes is now optional.
19-
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
19+
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
2020
not defining it is deprecated.
2121

2222
3.1.0

0 commit comments

Comments
 (0)