8000 updated CHANGELOG for 2.0.1 · reinaldomendes/symfony@7275c88 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7275c88

Browse files
committed
updated CHANGELOG for 2.0.1
1 parent f9ce68f commit 7275c88

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG-2.0.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,14 @@ 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.1
10+
* 2.0.1 (2011-08-26)
1111

12+
* 1c7694f: [HttpFoundation] added a missing exception
13+
* 84c1719: [FrameworkBundle] Avoid listener key conflicts in ContainerAwareEventDispatcher
14+
* 536538f: [DoctrineBundle] removed an unused and confusing parameter (the connection class can be changed via the wrapper_class setting of a connection)
15+
* d7f0789: [FrameworkBundle] fixed duplicated RequestContext instances
16+
* 89f477e: [WebProfilerBundle] Throw exception if a collector template isn't found
17+
* 6ca72cf: [WebProfilerBundle] Allow .html.twig in collector template names
1218
* 39fabab: [EventDispatcher] Fix removeSubscriber() to work with priority syntax
1319
* 3380f2a: [DomCrawler] fixed disabled fields in forms (they are available in the DOM, but their values are not submitted -- whereas before, they were simply removed from the DOM)
1420
* 2b1bb2c: [Form] added missing DelegatingValidator registration in the Form Extension class (used when using the Form component outside a Symfony2 project where the validation.xml is used instead)

0 commit comments

Comments
 (0)
0