Skip to content

Commit bde636a

Browse files
committed
updated CHANGELOG for 3.0.7
1 parent 75a3a79 commit bde636a

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG-3.0.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,37 @@ in 3.0 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/v3.0.0...v3.0.1
99

10+
* 3.0.7 (2016-06-06)
11+
12+
* bug #18908 [DependencyInjection] force enabling the external XML entity loaders (xabbuh)
13+
* bug #18893 [DependencyInjection] Skip deep reference check for 'service_container' (RobertMe)
14+
* bug #18812 Catch \Throwable (fprochazka)
15+
* bug #18821 [Form] Removed UTC specification with timestamp (francisbesset)
16+
* bug #18861 Fix for #18843 (inso)
17+
* bug #18889 [Console] SymfonyStyle: Fix alignment/prefixing of multi-line comments (chalasr)
18+
* bug #18907 [Routing] Fix the annotation loader taking a class constant as a beginning of a class name (jakzal, nicolas-grekas)
19+
* bug #18879 [Console] SymfonyStyle: Align multi-line/very-long-line blocks (chalasr)
20+
* bug #18864 [Console][DX] Fixed ambiguous error message when using a duplicate option shortcut (peterrehm)
21+
* bug #18883 Fix js comment in profiler (linnaea)
22+
* bug #18844 [Yaml] fix exception contexts (xabbuh)
23+
* bug #18840 [Yaml] properly handle unindented collections (xabbuh)
24+
* bug #18765 Catch \Throwable (fprochazka)
25+
* bug #18813 Catch \Throwable (fprochazka)
26+
* bug #18839 People - person singularization (Keeo)
27+
* bug #18828 [Yaml] chomp newlines only at the end of YAML documents (xabbuh)
28+
* bug #18814 Fixed server status command when port has been omitted (peterrehm)
29+
* bug #18759 [Validator] Support for DateTimeImmutable (krzysiekpiasecki)
30+
* bug #18799 Use levenshtein level for better Bundle matching (j0k3r)
31+
* bug #18413 [WebProfilerBundle] Fix CORS ajax security issues (romainneutron)
32+
* bug #18774 [console][table] adjust width of colspanned cell. (aitboudad)
33+
* bug #18507 [BUG] Delete class 'control-group' in bootstrap 3 (Philippe Degeeter)
34+
* bug #18747 [Form] Modified iterator_to_array's 2nd parameter to false in ViolationMapper (issei-m)
35+
* bug #18635 [Console] Prevent fatal error when calling Command::getHelper without helperSet (chalasr)
36+
* bug #18686 [console][table] adjust width of colspanned cell. (aitboudad)
37+
* bug #18761 [Form] Modified iterator_to_array's 2nd parameter to false in ViolationMapper (issei-m)
38+
* bug #18745 [MonologBridge] Uninstallable together with symfony/http-kernel in 3.0.6 (ymc-dabe)
39+
* bug #18737 [Debug] Fix fatal error handlers on PHP 7 (nicolas-grekas)
40+
1041
* 3.0.6 (2016-05-10)
1142

1243
* security #18736 Fixed issue with blank password with Ldap (csarrazi)

0 commit comments

Comments
 (0)