Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e22beac

Browse files
authored
Merge pull request #21884 from fabpot/release-2.7.25
released v2.7.25
2 parents 4816f65 + cb24ce3 commit e22beac

File tree

3 files changed

+77
-31
lines changed

3 files changed

+77
-31
lines changed

CHANGELOG-2.7.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,34 @@ in 2.7 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.7.0...v2.7.1
99

10+
* 2.7.25 (2017-03-06)
11+
12+
* bug #21671 [Serializer] Xml encoder throws exception for valid data (gr1ev0us)
13+
* bug #21805 Provide less state in getRequestFormat (dawehner)
14+
* bug #21832 [Routing] Ignore hidden directories when loading routes from annotations (jakzal)
15+
* bug #21769 [Form] Improve rounding precision (foaly-nr1)
16+
* bug #21267 [Form] Fix ChoiceType to ensure submitted data is not nested unnecessarily (issei-m)
17+
* bug #21731 Fix emacs link (rubenrua)
18+
* bug #21800 Fix issues reported by static analyze (romainneutron)
19+
* bug #21798 Revert "bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)" (xabbuh)
20+
* bug #21791 [SecurityBundle] only pass relevant user provider (xabbuh)
21+
* bug #21756 [Yaml] Stop replacing NULLs when merging (gadelat)
22+
* bug #21722 [ExpressionLanguage] Registering functions after calling evaluate(), compile() or parse() is not supported (maidmaid)
23+
* bug #21679 [SecurityBundle] fix priority ordering of security voters (xabbuh)
24+
* bug #21115 [Validator] do not guess getter method names (xabbuh)
25+
* bug #21661 Fix Composer constraints (fabpot)
26+
* bug #21582 [HttpCache] purge both http and https from http cache (dbu)
27+
* bug #21637 [FrameworkBundle] remove translation data collector when not usable (xabbuh)
28+
* bug #21634 [VarDumper] Added missing persistent stream cast (lyrixx)
29+
* bug #21436 [DependencyInjection] check for circular refs caused by method calls (xabbuh)
30+
* bug #21400 [Serializer] fix upper camel case conversion (see #21399) (markusu49)
31+
* bug #21599 [Console][Table] fixed render when using multiple rowspans. (aitboudad)
32+
* bug #21613 [Process] Permit empty suffix on Windows (Bilge)
33+
* bug #21057 [DI] Auto register extension configuration classes as a resource (ro0NL)
34+
* bug #21592 [Validator] property constraints can be added in child classes (angelk, xabbuh)
35+
* bug #21458 [Config] Early return for DirectoryResource (robfrawley)
36+
* bug #21562 [DoctrineBridge] make sure that null can be the invalid value (xabbuh)
37+
1038
* 2.7.24 (2017-02-06)
1139

1240
* bug #21063 [Form] Fixed DateType format option for single text widget (HeahDude)

0 commit comments

Comments
 (0)