[DomCrawler] Updated the CHANGELOG with namespace auto-registration details.

This commit is contained in:
Jakub Zalas 2013-09-17 18:24:50 +01:00
parent c6fbb13938
commit 943d446e61

View File

@ -1,6 +1,13 @@
CHANGELOG
=========
2.4.0
-----
* added auto-registration of document namespaces for `Crawler::filterXPath()` and `Crawler::filter()`
* improved content type guessing in `Crawler::addContent()`
* [BC BREAK] `Crawler::addXmlContent()` no longer removes the default document namespace
2.3.0
-----