8000 Merge pull request #20890 from fabpot/release-2.7.22 · symfony/symfony@4b0fd98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b0fd98

Browse files
authored
Merge pull request #20890 from fabpot/release-2.7.22
released v2.7.22
2 parents cf02e3c + bdb6bf9 commit 4b0fd98

File tree

3 files changed

+68
-22
lines changed

3 files changed

+68
-22
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.22 (2016-12-13)
11+
12+
* bug #20714 [FrameworkBundle] Fix unresolved parameters from default configs in debug:config (chalasr)
13+
* bug #20442 [FrameworkBundle] Bundle commands are not available via find() (julienfalque)
14+
* bug #20840 [WebProfilerBundle] add dependency on Twig (xabbuh)
15+
* bug #20828 [Validator] Fix init of YamlFileLoader::$classes for empty files (nicolas-grekas)
16+
* bug #20539 Cast result to int before adding to it (alcaeus)
17+
* bug #20831 [Twig] Fix deprecations with Twig 1.29 (nicolas-grekas)
18+
* bug #20767 [Cache] Fix dumping SplDoublyLinkedList iter mode (nicolas-grekas)
19+
* bug #20736 [Console] fixed PHP7 Errors when not using Dispatcher (keradus)
20+
* bug #20755 [HttpKernel] Regression test for missing controller arguments (iltar)
21+
* bug #20418 [Form][DX] FileType "multiple" fixes (yceruto)
22+
* bug #19902 [DependencyInjection] PhpDumper.php: hasReference() shouldn't search references in lazy service. (antanas-arvasevicius)
23+
* bug #20704 [Console] Fix wrong handling of multiline arg/opt descriptions (ogizanagi)
24+
* bug #20712 [TwigBundle] Fix twig loader registered twice (ogizanagi)
25+
* bug #20671 [Config] ConfigCache::isFresh() should return false when unserialize() fails (nicolas-grekas)
26+
* bug #20676 [ClassLoader] Use only forward slashes in generated class map (nicolas-grekas)
27+
* bug #20664 [Validator] ensure the proper context for nested validations (xabbuh)
28+
* bug #20661 bug #20653 [WebProfilerBundle] Profiler includes ghost panels (jzawadzki)
29+
* bug #20374 [FrameworkBundle] Improve performance of ControllerNameParser (enumag)
30+
* bug #20474 [Routing] Fail properly when a route parameter name cannot be used as a PCRE subpattern name (fancyweb)
31+
* bug #20566 [DI] Initialize properties before method calls (ro0NL)
32+
* bug #20609 [DI] Fixed custom services definition BC break introduced in ec7e70fb… (kiler129)
33+
* bug #20598 [DI] Aliases should preserve the aliased invalid behavior (nicolas-grekas)
34+
* bug #20602 [HttpKernel] Revert BC breaking change of Request::isMethodSafe() (nicolas-grekas)
35+
* bug #20499 [Doctrine][Form] support large integers (xabbuh)
36+
* bug #20576 [Process] Do feat test before enabling TTY mode (nicolas-grekas)
37+
1038
* 2.7.21 (2016-11-21)
1139

1240
* bug #20543 [DI] Fix error when trying to resolve a DefinitionDecorator (nicolas-grekas)

0 commit comments

Comments
 (0)
0