You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG-2.4.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,40 @@ in 2.4 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.4.0...v2.4.1
9
9
10
+
* 2.4.10 (2014-09-28)
11
+
12
+
* bug #9453[Form][DateTime] Propagate invalid_message & invalid_message_parameters to date & time (egeloen)
13
+
* bug #12030 Fix expression language in the container when using the "container" variable (fabpot)
14
+
* bug #11058[Security] bug #10242 Missing checkPreAuth from RememberMeAuthenticationProvider (glutamatt)
15
+
* bug #12004[Form] Fixed ValidatorTypeGuesser to guess properties without constraints not to be required (webmozart)
16
+
* bug #11904 Make twig ExceptionController conformed with ExceptionListener (megazoll)
17
+
* bug #11924[Form] Moved POST_MAX_SIZE validation from FormValidator to request handler (rpg600, webmozart)
18
+
* bug #12002[Security][Firewall] Bug fixed in SimplePreAuthenticationListener when createToken() not return TokenInterface object (adenkejawen, fabpot)
19
+
* bug #11079 Response::isNotModified returns true when If-Modified-Since is later than Last-Modified (skolodyazhnyy)
20
+
* bug #11989[Finder][Urgent] Remove asterisk and question mark from folder name in test to prevent windows file system issues. (Adam)
0 commit comments