File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,21 @@ in 2.3 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.3.0...v2.3.1
9
9
10
+ * 2.3.22 (2014-11-20)
11
+
12
+ * bug #12525 [ Bundle] [ FrameworkBundle ] be smarter when guessing the document root (xabbuh)
13
+ * bug #12296 [ SecurityBundle] Authentication entry point is only registered with firewall exception listener, not with authentication listeners (rjkip)
14
+ * bug #12393 [ DependencyInjection] inlined factory not referenced (boekkooi)
15
+ * bug #12436 [ Filesystem] Fixed case for empty folder (yosmanyga)
16
+ * bug #12370 [ Yaml] improve error message for multiple documents (xabbuh)
17
+ * bug #12170 [ Form] fix form handling with OPTIONS request method (Tobion)
18
+ * bug #12235 [ Validator] Fixed Regex::getHtmlPattern() to work with complex and negated patterns (webmozart)
19
+ * bug #12326 [ Session] remove invalid hack in session regenerate (Tobion)
20
+ * bug #12341 [ Kernel] ensure session is saved before sending response (Tobion)
21
+ * bug #12329 [ Routing] serialize the compiled route to speed things up (Tobion)
22
+ * bug #12316 Break infinite loop while resolving aliases (chx)
23
+ * bug #12313 [ Security] [ listener ] change priority of switchuser (aitboudad)
24
+
10
25
* 2.3.21 (2014-10-24)
11
26
12
27
* bug #11696 [ Form] Fix #11694 - Enforce options value type check in some form types (kix)
You can’t perform that action at this time.
0 commit comments