Skip to content

Commit cab3f45

Browse files
committed
Merge branch '3.0'
* 3.0: (24 commits) add @event annotation for AuthenticationEvents bumped Symfony version to 3.0.6 updated VERSION for 3.0.5 updated CHANGELOG for 3.0.5 bumped Symfony version to 2.8.6 [PropertyInfo] PHPDoc correction add @event annotation for KernelEvents Fixed typo updated VERSION for 2.8.5 updated CHANGELOG for 2.8.5 bumped Symfony version to 2.7.13 updated VERSION for 2.7.12 update CONTRIBUTORS for 2.7.12 updated CHANGELOG for 2.7.12 bumped Symfony version to 2.3.41 updated VERSION for 2.3.40 update CONTRIBUTORS for 2.3.40 updated CHANGELOG for 2.3.40 Revert "minor symfony#18257 [Routing] Don't needlessly execute strtr's as they are fairly expensive (arjenm)" Revert "fixed CS" ...
2 parents 06dd96e + 2877f4b commit cab3f45

File tree

7 files changed

+130
-51
lines changed

7 files changed

+130
-51
lines changed

CHANGELOG-3.0.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ 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.5 (2016-05-03)
11+
12+
* bug #18180 [Form] fixed BC break with pre selection of choices with `ChoiceType` and its children (HeahDude)
13+
* bug #18645 [Console] Fix wrong exceptions being thrown (JhonnyL)
14+
* bug #18562 [WebProfilerBunde] Give an absolute url in case the request occured from another domain (romainneutron)
15+
* bug #18600 [DI] Fix AutowirePass fatal error with classes that have non-existing parents (hason, nicolas-grekas)
16+
* bug #18556 [FrameworkBundle] Better output for user in ContainerDebugCommand (JhonnyL)
17+
* bug #18603 [PropertyAccess] ->getValue() should be read-only (nicolas-grekas)
18+
* bug #18593 [VarDumper] Fix dumping type hints for non-existing parent classes (nicolas-grekas)
19+
* bug #18596 [DI] Fix internal caching in AutowirePass (nicolas-grekas)
20+
* bug #18581 [Console] [TableHelper] make it work with SymfonyStyle. (aitboudad)
21+
* bug #18280 [Routing] add query param if value is different from default (Tobion)
22+
* bug #18540 Replace iconv_*() uses by mb_*(), add mbstring polyfill when required (nicolas-grekas)
23+
* bug #18496 [Console] use ANSI escape sequences in ProgressBar overwrite method (alekitto)
24+
* bug #18490 [LDAP] Free the search result after a search to free memory (hiddewie)
25+
* bug #18491 [DependencyInjection] anonymous services are always private (xabbuh)
26+
* bug #18515 [Filesystem] Better error handling in remove() (nicolas-grekas)
27+
* bug #18081 [Form] FormValidator removed code related to removed `cascade_validation` option (peterrehm)
28+
* bug #18360 [PropertyInfo] Extract nullable and collection key type for Doctrine associations (teohhanhui)
29+
* bug #18449 [PropertyAccess] Fix regression (nicolas-grekas)
30+
* bug #18429 [Console] Correct time formatting. (camporter)
31+
* bug #18457 [WebProfilerBundle] Fixed error from unset twig variable (simonsargeant)
32+
* bug #18467 [DependencyInjection] Resolve aliases before removing abstract services + add tests (nicolas-grekas)
33+
* bug #18469 Force profiler toolbar svg display (pyrech)
34+
* bug #18460 [DomCrawler] Fix select option with empty value (Matt Wells)
35+
* bug #18425 [Security] Fixed SwitchUserListener when exiting an impersonation with AnonymousToken (lyrixx)
36+
* bug #18317 [Form] fix "prototype" not required when parent form is not required (HeahDude)
37+
* bug #18439 [Logging] Add support for Firefox (43+) in ChromePhpHandler (arjenm)
38+
* bug #18385 Detect CLI color support for Windows 10 build 10586 (mlocati)
39+
* bug #18426 [EventDispatcher] Try first if the event is Stopped (lyrixx)
40+
* bug #18407 Fixed the "hover" state of the profiler sidebar menu (javiereguiluz)
41+
* bug #18399 [Intl] Fix int32 min boundary check (nicolas-grekas)
42+
* bug #18394 [FrameworkBundle] Return the invokable service if its name is the class name (dunglas)
43+
* bug #18347 Fixed the styles of the Symfony icon in the web debug toolbar (javiereguiluz)
44+
* bug #18265 Optimize ReplaceAliasByActualDefinitionPass (ajb-in)
45+
* bug #18349 [Process] Fix stream_select priority when writing to stdin (nicolas-grekas)
46+
* bug #18358 [Form] NumberToLocalizedStringTransformer should return floats when possible (nicolas-grekas)
47+
* bug #17926 [DependencyInjection] Enable alias for service_container (hason)
48+
1049
* 3.0.4 (2016-03-30)
1150

1251
* bug #18352 [Debug] Fix case sensitivity checks (nicolas-grekas)
@@ -218,7 +257,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c
218257
* bug #17094 [Process] More robustness and deterministic tests (nicolas-grekas)
219258
* bug #17112 [PropertyAccess] Reorder elements array after PropertyPathBuilder::replace (alekitto)
220259
* bug #17109 Improved the design of the web debug toolbar (javiereguiluz)
221-
* bug #16797 [Filesystem] Recursivly widen non-executable directories (Slamdunk)
260+
* bug #16797 [Filesystem] Recursively widen non-executable directories (Slamdunk)
222261
* bug #16926 [DependencyInjection] fixed definition loosing property shared when decorated by a parent definition (wahler)
223262
* bug #17040 [Console] Avoid extra blank lines when rendering exceptions (ogizanagi)
224263
* bug #17044 [Form] fix BC break introduced with prototype_data option (memphys)

0 commit comments

Comments
 (0)