Formatted xml string in CHANGELOG

This commit is contained in:
excelwebzone 2011-12-01 06:59:21 -08:00
parent 8a4f9ea512
commit 672635021e

View File

@ -166,10 +166,12 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
* [BC BREAK] convert the `item` XML tag to an array
``` xml
<?xml version="1.0"?>
<response>
<item><title><![CDATA[title1]]></title></item><item><title><![CDATA[title2]]></title></item>
</response>
```
Before: