@@ -7,6 +7,25 @@ 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.28 (2015-05-10)
11
+
12
+ * bug #14266 [ HttpKernel] Check if "symfony/proxy-manager-bridge" package is installed (hason)
13
+ * bug #14501 [ ProxyBridge] Fix proxy classnames generation (xphere)
14
+ * bug #14498 [ FrameworkBundle] Added missing log in server: run command (lyrixx)
15
+ * bug #14484 [ SecurityBundle] [ WebProfiler ] check authenticated user by tokenClass instead of username. (aitboudad)
16
+ * bug #14497 [ HttpFoundation] Allow curly braces in trusted host patterns (sgrodzicki)
17
+ * bug #14436 Show a better error when the port is in use (dosten)
18
+ * bug #14463 [ Validator] Fixed Choice when an empty array is used in the "choices" option (webmozart)
19
+ * bug #14402 [ FrameworkBundle] [ Translation ] Check for 'xlf' instead of 'xliff' (xelaris)
20
+ * bug #14272 [ FrameworkBundle] Workaround php -S ignoring auto_prepend_file (nicolas-grekas)
21
+ * bug #14345 [ FrameworkBundle] Fix Routing\DelegatingLoader resiliency to fatal errors (nicolas-grekas)
22
+ * bug #14325 [ Routing] [ DependencyInjection ] Support .yaml extension in YAML loaders (thunderer)
23
+ * bug #14344 [ Translation] [ fixed test ] refresh cache when resources are no longer fresh. (aitboudad)
24
+ * bug #14268 [ Translator] Cache does not take fallback locales into consideration (sf2.3) (mpdude)
25
+ * bug #14192 [ HttpKernel] Embed the original exception as previous to bounced exceptions (nicolas-grekas)
26
+ * bug #14102 [ Enhancement] netbeans - force interactive shell when limited detection (cordoval)
27
+ * bug #14191 [ StringUtil] Fixed singularification of 'movies' (GerbenWijnja)
28
+
10
29
* 2.3.27 (2015-04-01)
11
30
12
31
* security #14167 CVE-2015 -2308 (nicolas-grekas)
0 commit comments