@@ -7,6 +7,36 @@ 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.5 (2015-09-25)
11
+
12
+ * bug #15866 [ VarDumper] Fix dump comparison on large arrays (romainneutron)
13
+ * bug #15878 [ OptionsResolver] Fix catched exception along the dependency tree mistakenly detects cyclic dependencies (lemoinem)
14
+ * bug #15795 [ Console] Default to stderr for the console helpers (2.7+) (alcohol)
15
+ * bug #15821 [ EventDispatcher] fix memory leak in getListeners (Tobion)
16
+ * bug #15859 [ Config] Fix enum default value in Yaml dumper (romainneutron)
17
+ * bug #15826 [ Finder] Optimize the hot-path (nicolas-grekas)
18
+ * bug #15804 [ VarDumper] Fix HtmlDumper constructor calling CliDumper's (nicolas-grekas)
19
+ * bug #15802 [ Finder] Handle filtering of recursive iterators and use it to skip looping over excluded directories (nicolas-grekas)
20
+ * bug #15803 [ Finder] Exclude files based on path before applying the sorting (stof)
21
+ * feature #13761 Automatically process extensions when they implement CompilerPassInterface (WouterJ)
22
+ * bug #13794 [ DomCrawler] Invalid uri created from forms if base tag present (danez)
23
+ * bug #15728 Use stderr by default when a specific output is not injected (Sel
AAD0
daek)
24
+ * bug #15637 Use ObjectManager interface instead of EntityManager (gnat42)
25
+ * bug #15783 [ Debug] Fix case mismatch detection (nicolas-grekas)
26
+ * bug #14802 [ HttpKernel] fix broken multiline < esi:remove > (sstok)
27
+ * bug #14841 [ DoctrineBridge] Fixed #14840 (saksmt)
28
+ * bug #15770 [ Yaml] Fix the parsing of float keys (jmgq)
29
+ * bug #15771 [ Console] Ensure the console output is only detected as decorated when both stderr and stdout support colors (Seldaek)
30
+ * bug #15750 Add tests to the recently added exceptions thrown from YamlFileLoaders (jakzal)
31
+ * bug #15763 [ HttpKernel] fix DumpDataCollector compat with Twig 2.0 (nicolas-grekas)
32
+ * bug #15718 Fix that two DirectoryResources with different patterns would be deduplicated (mpdude)
33
+ * bug #15516 [ Translator] [ warmup ] [ fallback locales] fixed missing cache file generation. (aitboudad)
34
+ * bug #14916 [ WebProfilerBundle] Added tabindex="-1" to not interfer with normal UX (drAlberT)
35
+ * bug #15725 Dispatch console.terminate * after* console.exception (Seldaek)
36
+ * bug #15731 improve exceptions when parsing malformed files (xabbuh)
37
+ * bug #15737 Fix the injection of the container in invokable controllers (stof)
38
+ * bug #15729 [ Kernel] Integer version constants (Tobion)
39
+
10
40
* 2.7.4 (2015-09-08)
11
41
12
42
* bug #15552 [ ExpressionLanguage] Fixed expressions cache key generation (inso)
0 commit comments