@@ -7,6 +7,46 @@ in 2.6 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.6.0...v2.6.1
9
9
10
+ * 2.6.4 (2015-02-02)
11
+
12
+ * bug #13489 [ VarDumper] CSS fix (Arrilot)
13
+ * bug #13441 [ VarDumper] fix handling of non-UTF8 strings (nicolas-grekas)
14
+ * bug #13528 [ Validator] reject ill-formed strings (nicolas-grekas)
15
+ * bug #13525 [ Validator] UniqueEntityValidator - invalidValue fixed. (Dawid Sajdak)
16
+ * bug #13549 [ EventDispatcher] Wrong EventDispatcher instance injected in listeners (dosten)
17
+ * bug #13527 [ Validator] drop grapheme_strlen in LengthValidator (nicolas-grekas)
18
+ * bug #12649 [ Hackday] [ Toolbar] Fix info position and icons on small screens (stefanosala)
19
+ * bug #13376 [ FrameworkBundle] [ config ] allow multiple fallback locales. (aitboudad)
20
+ * bug #13473 [ FrameworkBundle] [ xsd ] added missing logging attribute. (aitboudad)
21
+ * bug #12972 Make the container considered non-fresh if the environment parameters are changed (thewilkybarkid)
22
+ * bug #13309 [ Console] fixed 10531 (nacmartin)
23
+ * bug #13352 [ Yaml] fixed parse shortcut Key after unindented collection. (aitboudad)
24
+ * bug #13501 [ TwigBridge] Fix bootstrap rendering when user explicitly use form_label (lyrixx)
25
+ * bug #13487 [ VarDumper] Fixed HtmlDumper with long string (alOneh)
26
+ * bug #13343 [ FrameworkBundle] FormDataCollector should be loaded only if form config is enabled (hason)
27
+ * bug #12258 [ FrameworkBundle] print error message if server couldn't be started (xabbuh)
28
+ * bug #13039 [ HttpFoundation] [ Request] fix baseUrl parsing to fix wrong path_info (rk3rn3r)
29
+ * bug #13250 [ Twig] [ Bridge ] [ TranslationDefaultDomain] add support of named arguments. (aitboudad)
30
+ * bug #13332 [ Console] ArgvInput and empty tokens (Taluu)
31
+ * bug #13353 [ DependencyInjection] Fix missing ExpressionLanguageProviders (szicsu)
32
+ * bug #13293 [ EventDispatcher] Add missing checks to RegisterListenersPass (znerol)
33
+ * bug #13262 [ Yaml] Improve YAML boolean escaping (petert82, larowlan)
34
+ * bug #13420 [ Debug] fix loading order for legacy classes (nicolas-grekas)
35
+ * bug #13421 [ FrameworkBundle] fix routing descriptor for options (Tobion)
36
+ * bug #13405 [ TwigBridge] exit when Twig environment is not set in the LintCommand (xabbuh)
37
+ * bug #13351 [ VarDumper] fix very special vars handling (nicolas-grekas)
38
+ * bug #13371 fix missing comma in YamlDumper (garak)
39
+ * bug #13365 [ HttpFoundation] Make use of isEmpty() method (xelaris)
40
+ * bug #13355 [ Console] Helper\Table->addRow optimization (boekkooi)
41
+ * bug #13347 [ Console] Helper\TableHelper->addRow optimization (boekkooi)
42
+ * bug #13346 [ PropertyAccessor] Allow null value for a array (2.3) (boekkooi)
43
+ * bug #13170 [ Form] Set a child type to text if added to the form without a type. (jakzal)
44
+ * bug #13334 [ Yaml] Fixed #10597 : Improved Yaml directive parsing (VictoriaQ)
45
+ * bug #13198 [ Form] Fixed check of violation constraint #12792 (xelaris)
46
+ * bug #13316 [ Form] fixed the CSRF extension to allow using only the new interfaces (fabpot)
47
+ * bug #13307 added missing support for factories in console descriptions (fabpot)
48
+ * bug #13305 [ FrameworkBundle] fixed missing information in some descriptors (fabpot)
49
+
10
50
* 2.6.3 (2015-01-07)
11
51
12
52
* bug #13286 [ Security] Don't destroy the session on buggy php releases. (derrabus)
0 commit comments