@@ -7,6 +7,55 @@ 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.10 (2015-07-13)
11
+
12
+ * bug #15248 Added 'default' color (jaytaph)
13
+ * bug #15243 Reload the session after regenerating its id (jakzal)
14
+ * bug #15202 [ Security] allow to use ` method ` in XML configs (xabbuh)
15
+ * bug #15218 [ Twig] [ Bridge ] replaced ` extends ` with ` use ` in bootstrap_3_horizontal_layout.html.twig (MatTheCat)
16
+ * bug #15223 [ Finder] Command::addAtIndex() fails with Command instance argument (thunderer)
17
+ * bug #15220 [ DependencyInjection] Freeze also FrozenParameterBag::remove (lyrixx)
18
+ * bug #15110 Add a way to reset the singleton (dawehner)
19
+ * bug #15115 [ Validator] always evaluate binary format when changed (xabbuh)
20
+ * bug #15163 Update DateTimeToArrayTransformer.php (zhil)
21
+ * bug #15150 [ Translation] Azerbaijani language pluralization rule is wrong (shehi)
22
+ * bug #15159 Towards 100% HHVM compat (nicolas-grekas)
23
+ * bug #15146 Towards 100% HHVM compat (nicolas-grekas)
24
+ * bug #15069 [ Form] Fixed: Data mappers always receive forms indexed by their names (webmozart)
25
+ * bug #15137 [ Security] Initialize SwitchUserEvent::targetUser on attemptExitUser (Rvanlaak, xabbuh)
26
+ * bug #15126 [ Validator] Fix BC for Validator's validate method (michalmarcinkowski)
27
+ * bug #15083 [ DependencyInjection] Fail when dumping a Definition with no class nor factory (nicolas-grekas)
28
+ * bug #15127 [ Validator] fix validation for Maestro UK card numbers (xabbuh)
29
+ * bug #15128 DbalLogger: Small nonutf8 array fix (vpetrovych, weaverryan)
30
+ * bug #15048 [ Translation] [ Form ] [ choice] empty_value shouldn't be translated when it has an empty value (Restless-ET)
31
+ * bug #15117 [ Form] fixed sending non array data on submit to ResizeListener (BruceWouaigne)
32
+ * bug #15102 [ Translation] [ debug cmd ] fixed failing tests. (aitboudad)
33
+ * bug #13750 [ DependencyInjection] Fixed decoration of service for service with parent (hason)
34
+ * bug #15086 Fixed the regexp for the validator of Maestro-based credit/debit cards (javiereguiluz)
35
+ * bug #15058 [ Console] Fix STDERR output text on IBM iSeries OS400 (johnkary)
36
+ * bug #14853 [ Validator] more strict e-mail validation regex (xabbuh)
37
+ * bug #15065 [ Form] Fixed: remove quoted strings from Intl date formats (e.g. es_ES full pattern) (webmozart)
38
+ * bug #15039 [ Translation] [ update cmd ] taken account into bundle overrides path. (aitboudad)
39
+ * bug #15038 [ Translation] [ debug cmd ] taken account into bundle overrides path. (aitboudad)
40
+ * bug #14964 [ bugfix] [ MonologBridge ] WebProcessor: passing $extraFields to BaseWebProcessor (MacDada)
41
+ * bug #15036 [ VarDumper] Fix dump output for better readability (nicolas-grekas)
42
+ * bug #15027 [ Form] Fixed: Filter non-integers when selecting entities by int ID (webmozart, nicolas-grekas)
43
+ * bug #15000 [ Debug] Fix fatal-errors handling on HHVM (nicolas-grekas)
44
+ * bug #14999 [ Debug] Fix fatal-errors handling on HHVM (nicolas-grekas, digitalkaoz)
45
+ * bug #14959 [ Debug+VarDumper] Fix handling of PHP7 "Throwable" exceptions (nicolas-grekas)
46
+ * bug #15010 [ Debug] Fix log level of stacked errors (nicolas-grekas)
47
+ * bug #15017 [ VarDumper] Fix uninitialized id in HtmlDumper (nicolas-grekas)
48
+ * bug #14980 Fixed fluent interface (jaytaph)
49
+ * bug #14974 [ Security] [ Translation ] #14920 update translations (vincentaubert)
50
+ * bug #14930 Bug #14836 [ HttpFoundation] Moves default JSON encoding assignment fr… (Incognito)
51
+ * bug #14897 Allow new lines in Messages translated with transchoice() (replacement for #14867 ) (azine)
52
+ * bug #14895 [ Form] Support DateTimeImmutable in transform() (c960657)
53
+ * bug #14891 without this change allways the legacy code get called (dominikzogg)
54
+ * bug #14859 Improve the config validation in TwigBundle (stof)
55
+ * bug #14785 [ BrowserKit] Fix bug when uri starts with http. (amouhzi)
56
+ * bug #14807 [ Security] [ Acl ] enforce string identifiers (xabbuh)
57
+ * bug #14808 [ WebProfilerBundle] [ logger ] added missing deprecation message. (aitboudad)
58
+
10
59
* 2.6.9 (2015-05-30)
11
60
12
61
* bug #14777 Avoid using the app global variable in the profiler templates (stof)
0 commit comments