8000 updated CHANGELOG for 2.3.38 · fabpot/symfony@78f4e00 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78f4e00

Browse files
committed
updated CHANGELOG for 2.3.38
1 parent fe4362c commit 78f4e00

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG-2.3.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,52 @@ in 2.3 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.3.0...v2.3.1
99

10+
* 2.3.38 (2016-02-28)
11+
12+
* bug #17947 Fix - #17676 (backport #17919 to 2.3) (Ocramius)
13+
* bug #17942 Fix bug when using an private aliased factory service (WouterJ)
14+
* bug #17542 ChoiceFormField of type "select" could be "disabled" (bouland)
15+
* bug #17602 [HttpFoundation] Fix BinaryFileResponse incorrect behavior with if-range header (bburnichon)
16+
* bug #17914 [Console] Fix escaping of trailing backslashes (nicolas-grekas)
17+
* bug #17074 Fix constraint validator alias being required (Triiistan)
18+
* bug #17867 [DependencyInjection] replace alias in factory services (xabbuh)
< 10000 /code>
19+
* bug #17569 [FrameworkBundle] read commands from bundles when accessing list (havvg)
20+
* bug #16987 [FileSystem] Windows fix (flip111)
21+
* bug #17835 [Yaml] fix default timezone to be UTC (xabbuh)
22+
* bug #17823 [DependencyInjection] fix dumped YAML string (xabbuh)
23+
* bug #17814 [DependencyInjection] fix dumped YAML snytax (xabbuh)
24+
* bug #17099 [Form] Fixed violation mapping if multiple forms are using the same (or part of the same) property path (alekitto)
25+
* bug #17719 [DependencyInjection] fixed exceptions thrown by get method of ContainerBuilder (lukaszmakuch)
26+
* bug #17742 [DependencyInjection] Fix #16461 Container::set() replace aliases (mnapoli)
27+
* bug #17745 Added more exceptions to singularify method (javiereguiluz)
28+
* bug #17766 Fixed (string) catchable fatal error for PHP Incomplete Class instances (yceruto)
29+
* bug #17757 [HttpFoundation] BinaryFileResponse sendContent return as parent. (2.3) (SpacePossum)
30+
* bug #17702 [TwigBridge] forward compatibility with Yaml 3.1 (xabbuh)
31+
* bug #17672 [DependencyInjection][Routing] add files used in FileResource objects (xabbuh)
32+
* bug #17596 [Translation] Add resources from fallback locale to parent catalogue (c960657)
33+
* bug #16956 [DependencyInjection] XmlFileLoader: enforce tags to have a name (xabbuh)
34+
* bug #16265 [BrowserKit] Corrected HTTP_HOST logic (Naktibalda)
35+
* bug #17555 [DependencyInjection] resolve aliases in factory services (xabbuh)
36+
* bug #15272 [FrameworkBundle] Fix template location for PHP templates (jakzal)
37+
* bug #11232 [Routing] Fixes fatal errors with object resources in AnnotationDirectoryLoader::supports (Tischoi)
38+
* bug #17526 Escape the delimiter in Glob::toRegex (javiereguiluz)
39+
* bug #17527 fixed undefined variable (fabpot)
40+
* bug #15706 [framework-bundle] Added support for the `0.0.0.0/0` trusted proxy (zerkms)
41+
* bug #16274 [HttpKernel] Lookup the response even if the lock was released after two second wait (jakzal)
42+
* bug #17355 [DoctrineBridge][Validator] >= 2.3 Pass association instead of ID as argument (xavismeh)
43+
* bug #16736 [Request] Ignore invalid IP addresses sent by proxies (GromNaN)
44+
* bug #16873 Able to load big xml files with DomCrawler (zorn-v)
45+
* bug #16897 [Form] Fix constraints could be null if not set (DZunke)
46+
* bug #17505 sort bundles in config:dump-reference command (xabbuh)
47+
* bug #17478 [HttpFoundation] Do not overwrite the Authorization header if it is already set (jakzal)
48+
* bug #17461 [Yaml] tag for dumped PHP objects must be a local one (xabbuh)
49+
* bug #17423 [Process] Use stream based storage to avoid memory issues (romainneutron)
50+
* bug #17373 [SecurityBundle] fix SecureRandom service constructor args (Tobion)
51+
* bug #17377 Fix performance (PHP5) and memory (PHP7) issues when using token_get_all (nicolas-grekas, peteward)
52+
* bug #17389 [Routing] Fixed correct class name in thrown exception (fixes #17388) (robinvdvleuten)
53+
* bug #17358 [ClassLoader] Use symfony/polyfill-apcu (nicolas-grekas)
54+
* bug #17370 [HttpFoundation][Cookie] Cookie DateTimeInterface fix (wildewouter)
55+
1056
* 2.3.37 (2016-01-14)
1157

1258
* security #17359 do not ship with a custom rng implementation (xabbuh, fabpot)

0 commit comments

Comments
 (0)
0