[DomCrawler] Fixed CHANGELOG markup

This commit is contained in:
Grégoire Pineau 2019-08-13 17:04:37 +02:00
parent f3f6b584e4
commit 3c56b12538

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.