File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ in 2.0 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.0.0...v2.0.1
9
9
10
+ * 2.0.11 (2012-02-24)
11
+
12
+ * 3e64d36: [ Serializer] Fix XML decoding attack vector through external entities
13
+ * 66d0d3d: [ FrameworkBundle] Fix a bug in the RedirectableUrlMatcher
14
+ * 24a3cd3: Finder - allow sorting when searching in multiple directories
15
+ * 6e75fd1: Resolves issue with spl_autoload_register creating new copies of the container and passing that into the closure.
16
+ * d02ca25: [ MonologBundle] Fixed a bug when adding a processor on a service handler
17
+ * 2434552: [ Translation] Fixed fallback location if location is longer than three characters (possibly by mistake).
18
+ * ec7fb0b: [ Routing] added a proper exception when a route pattern references the same variable more than once (closes #3344 )
19
+ * beb4fc0: [ WIP] [ Locale ] StubIntlDateFormatter::parse was throwing exception instead of returning Boolean false like intl implementation
20
+
10
21
* 2.0.10 (2012-02-06)
11
22
12
23
* 8e13095: Fixed the unescaping of parameters to handle arrays
You can’t perform that action at this time.
0 commit comments