Skip to content

Commit 2c83825

Browse files
committed
updated CHANGELOG for 2.3.22
1 parent 30bde89 commit 2c83825

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ in 2.3 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.3.0...v2.3.1
99

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+
1025
* 2.3.21 (2014-10-24)
1126

1227
* bug #11696 [Form] Fix #11694 - Enforce options value type check in some form types (kix)

0 commit comments

Comments
 (0)