@@ -7,6 +7,27 @@ in 2.7 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.7.0...v2.7.1
9
9
10
+ * 2.7.3 (2015-07-31)
11
+
12
+ * bug #15413 Fix the return value on error for intl methods returning arrays (stof)
13
+ * bug #15392 Fix missing _ route parameter notice in RouterListener logging case (Haehnchen)
14
+ * bug #15390 [ php7] Fix for substr() always returning a string (nicolas-grekas)
15
+ * bug #15386 [ php7] Fix for substr() always returning a string (nicolas-grekas)
16
+ * bug #15355 [ Security] Do not save the target path in the session for a stateless firewall (lyrixx)
17
+ * bug #15306 [ HttpKernel] [ HttpCache] Fix deprecated error in HttpCache#getSurrogate (m14t)
18
+ * bug #15369 [ TwigBridge] type-dependent path discovery (marcosdsanchez, xabbuh)
19
+ * bug #15361 [ Yaml] throw a ParseException on invalid data type (xabbuh)
20
+ * bug #15345 [ Twig+FrameworkBundle] Fix forward compat with Form 2.8 (nicolas-grekas)
21
+ * bug #15330 [ Console] Fix console output with closed stdout (jakzal)
22
+ * bug #15339 [ Serializer] Fix 2 bugs regarding private setters (dunglas)
23
+ * bug #15326 [ Security] fix check for empty usernames (xabbuh)
24
+ * bug #15291 [ HttpFoundation] Fix Response::closeOutputBuffers() for HHVM 3.3 (nicolas-grekas)
25
+ * bug #15249 [ HttpFoundation] [ PSR-7] Allow to use resources as content body and to return resources from string content (dunglas)
26
+ * bug #15282 [ HttpFoundation] Behaviour change in PHP7 for substr (Nicofuma)
27
+ * bug #15277 [ Form] Fix a BC break in the entity (jakzal)
28
+ * bug #15271 fix broken ChoiceQuestion (sstok)
29
+ * bug #15250 [ PropertyAccess] BC Break since 2.6.5 (Nicolas Macherey)
30
+
10
31
* 2.7.2 (2015-07-13)
11
32
12
33
* bug #15248 Added 'default' color (jaytaph)
0 commit comments