[DomCrawler] Fixed CHANGELOG markup

This commit is contained in:
Grégoire Pineau 2019-08-13 17:04:37 +02:00
parent f3f6b584e4
commit 3c56b12538
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ CHANGELOG
4.3.0
-----
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains``
* Added PHPUnit constraints: `CrawlerSelectorAttributeValueSame`, `CrawlerSelectorExists`, `CrawlerSelectorTextContains`
and `CrawlerSelectorTextSame`
* Added return of element name (`_name`) in `extract()` method.
* 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
* The `$currentUri` constructor argument of the `AbstractUriElement`, `Link` and
`Image` classes is now optional.
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
* The `Crawler::children()` method will have a new `$selector` argument in version 5.0,
not defining it is deprecated.
3.1.0