[DomCrawler] added CHANGELOG

This commit is contained in:
Fabien Potencier 2012-04-26 22:02:35 +02:00
parent 7029c21b3d
commit 52a272c514
2 changed files with 12 additions and 6 deletions

View File

@ -194,12 +194,6 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* component exceptions that inherit base SPL classes are now used exclusively (this includes dumped containers)
### DomCrawler
* refactored the Form class internals to support multi-dimensional fields (the public API is backward compatible)
* added a way to get parsing errors for Crawler::addHtmlContent() and Crawler::addXmlContent() via libxml functions
* added support for submitting a form without a submit button
### Form
* [BC BREAK] ``read_only`` field attribute now renders as ``readonly="readonly"``, use ``disabled`` instead

View File

@ -0,0 +1,12 @@
CHANGELOG
=========
2.1.0
-----
* added support for the HTTP PATCH method
* refactored the Form class internals to support multi-dimensional fields
(the public API is backward compatible)
* added a way to get parsing errors for Crawler::addHtmlContent() and
Crawler::addXmlContent() via libxml functions
* added support for submitting a form without a submit button