Skip to content

Commit 55b3625

Browse files
committed
minor #33141 [DomCrawler] Fixed CHANGELOG markup (lyrixx)
This PR was merged into the 4.3 branch. Discussion ---------- [DomCrawler] Fixed CHANGELOG markup | Q | A | ------------- | --- | Branch? | 4.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Commits ------- 3c56b12538 [DomCrawler] Fixed CHANGELOG markup
2 parents a22282f + 8147947 commit 55b3625

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)