Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ad86c48

Browse files
committed
updated CHANGELOG for 2.0.23
1 parent cb2277a commit ad86c48

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG-2.0.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ in 2.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
99

10+
* 2.0.23 (2013-03-20)
11+
12+
* f8812b2: [Form] Fixed "label" option to accept the value "0"
13+
* cb03074: [DomCrawler] lowered parsed protocol string (fixes #6986)
14+
* 179cd58: [Process] Fix regression introduced in #6620 / 880da01c49a9255f5022ab7e18bca38c18f56370, fixes #7082
15+
* 87f3db7: [EventDispathcer] Fix removeListener
16+
* bd0ad92: [DependencyInjection] Allow frozen containers to be dumped to graphviz
17+
* a12744e: Add dot character `.` to legal mime subtype regular expression
18+
* ddf4678: [HttpFoundation] fixed the creation of sub-requests under some circumstancies (closes #6923, closes #6936)
19+
* 74f2fcf: fixed a circular call (closes #6864)
20+
* 4119caf: [DependencyInjection] fixed the creation of synthetic services in ContainerBuilder
21+
* ce38069: [FrameworkBundle] fixed Client::doRequest that must call its parent method (closes #6737)
22+
* 53ccc2c: [Yaml] fixed ignored text when parsing an inlined mapping or sequence (closes #6786)
23+
* ab0385c: [Yaml] fixed #6773
24+
* fea20b7: [Yaml] fixed #6770
25+
1026
* 2.0.22 (2013-01-17)
1127

1228
* 3c87e2e: Added Yaml\Dumper::setIndentation() method to allow a custom indentation level of nested nodes.

0 commit comments

Comments
 (0)