@@ -7,6 +7,70 @@ in 3.0 minor versions.
7
7
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
8
8
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v3.0.0...v3.0.1
9
9
10
+ * 3.0.0 (2015-11-30)
11
+
12
+ * bug #16758 Fix BC for the default root form name (stof)
13
+ * feature #16754 [ Security] allow arbitrary types in VoterInterface::vote() (xabbuh)
14
+ * bug #16753 [ Process] Fix signaling/stopping logic on Windows (nicolas-grekas)
15
+ * feature #16755 [ Security] add subject variable to expression context (xabbuh)
16
+ * bug #16642 [ DI] [ autowiring ] throw exception when many services use the same class. (aitboudad)
17
+ * bug #16745 [ Yaml] look for colon in parsed inline string (xabbuh)
18
+ * bug #16733 [ Console] do not encode backslashes in console default description (Tobion)
19
+ * feature #16735 [ WIP] [ Ldap] Marked the Ldap component as internal (csarrazi)
20
+ * bug #16734 Make sure security.role_hierarchy.roles always exists (WouterJ)
21
+ * feature #16723 [ Form] remove deprecated CSRF options (xabbuh)
22
+ * feature #16725 [ Form] Removed useless code (webmozart)
23
+ * feature #16724 Added getBlockPrefix to FormTypeInterface (WouterJ)
24
+ * feature #16722 [ Security] [ SecurityBundle ] Use csrf_token_id instead of deprecated intention (jakzal)
25
+ * feature #16727 [ Form] remove deprecated getTimezones() method (xabbuh)
26
+ * bug #16312 [ HttpKernel] clearstatcache() so the Cache sees when a .lck file has been released (mpdude)
27
+ * bug #16351 [ WIP] [ Form] [ TwigBridge] Bootstrap horizontal theme missing tests (pieter2627)
28
+ * feature #16715 [ Form] Remove choices_as_values option on ChoiceType (nicolas-grekas)
29
+ * feature #16692 [ Form] Drop remaing CsrfProviderAdapter/Interface mentions (nicolas-grekas)
30
+ * feature #16719 [ Security] remove deprecated HTTP digest auth key (xabbuh)
31
+ * bug #16685 [ Form] Fixed: Duplicate choice labels are remembered when using "choices_as_values" = false (webmozart)
32
+ * feature #16709 [ Bridge\PhpUnit] Display the stack trace of a deprecation on-demand (nicolas-grekas)
33
+ * bug #16704 [ Form+SecurityBundle] Trigger deprecation for csrf_provider+intention options (nicolas-grekas)
34
+ * feature #16629 [ HttpFoundation] Remove deprecated class method parameter (belka-ew)
35
+ * feature #16706 [ HttpFoundation] Deprecate $deep parameter on ParameterBag (nicolas-grekas)
36
+ * bug #16705 [ Form] Deprecated setting "choices_as_values" to "false" (webmozart)
37
+ * feature #16690 [ Form] Deprecated ArrayKeyChoiceList (webmozart)
38
+ * feature #16687 [ Form] Deprecated TimezoneType::getTimezones() (webmozart)
39
+ * bug #16681 [ Form] Deprecated setting "choices_as_values" to "false" (webmozart)
40
+ * feature #16694 [ SecurityBundle] make ACL an optional dependency (Tobion)
41
+ * bug #16695 [ SecurityBundle] disable the init: acl command if ACL is not used (Tobion)
42
+ * bug #16677 [ Form] Fixed wrong usages of the "text" type (webmozart)
43
+ * bug #16679 [ Form] Disabled view data validation if "data_class" is set to null (webmozart)
44
+ * bug #16621 [ Console] Fix bug with $output overloading (WouterJ)
45
+ * feature #16601 [ Security] Deprecate "AbstractVoter" in favor of "Voter" (nicolas-grekas, lyrixx)
46
+ * bug #16676 [ HttpFoundation] Workaround HHVM rewriting HTTP response line (nicolas-grekas)
47
+ * bug #16668 [ ClassLoader] Fix parsing namespace when token_get_all() is missing (nicolas-grekas)
48
+ * bug #16615 fix type assignement (rande)
49
+ * bug #16386 Bug #16343 [ Router] Too many Routes ? (jelte)
50
+ * bug #16498 fix unused variable warning (eventhorizonpl)
51
+ * feature #16031 [ Translation] [ Form ] Do not translate form labels and placeholders when 'translation_domain' is false (Restless-ET)
52
+ * bug #16651 [ Debug] Ensure class declarations are loaded only once (nicolas-grekas)
53
+ * feature #16637 Removed unneeded polyfill (GrahamCampbell)
54
+ * security #16631 n/a (xabbuh)
55
+ * security #16630 n/a (xabbuh)
56
+ * bug #16633 [ Filesystem] Fixed failing test due to tempdir symlink (toretto460)
57
+ * bug #16607 [ HttpFoundation] Delete not existing session handler proxy member (belka-ew)
58
+ * bug #16609 [ HttpKernel] Don't reset on shutdown but in FrameworkBundle/Test/KernelTestCase (nicolas-grekas)
59
+ * bug #16477 [ Routing] Changing RouteCollectionBuilder::import() behavior to add to the builder (weaverryan)
60
+ * bug #16588 Sent out a status text for unknown HTTP headers. (dawehner)
61
+ * bug #16295 [ DependencyInjection] Unescape parameters for all types of injection (Nicofuma)
62
+ * bug #16377 [ WebProfilerBundle] Fix minitoolbar height (rvanlaak)
63
+ * bug #16585 Add support for HTTP status code 418 back (dawehner)
64
+ * bug #16574 [ Process] Fix PhpProcess with phpdbg runtime (nicolas-grekas)
65
+ * bug #16581 Fix call to undefined function json_last_error_message (dawehner)
66
+ * bug #16573 [ FrameworkBundle] Fix PropertyInfo extractor namespace in framework bundle (jvasseur)
67
+ * bug #16578 [ Console] Fix bug in windows detection (kbond)
68
+ * bug #16546 [ Serializer] ObjectNormalizer: don't serialize static methods and props (dunglas)
69
+ * bug #16352 Fix the server variables in the router_ * .php files (leofeyer)
70
+ * bug #16537 [ Validator] Allow an empty path with a non empty fragment or a query (jakzal)
71
+ * bug #16528 [ Translation] Add support for Armenian pluralization. (marcosdsanchez)
72
+ * bug #16510 [ Process] fix Proccess run with pts enabled (ewgRa)
73
+
10
74
* 3.0.0-BETA1 (2015-11-16)
11
75
12
76
* feature #16516 Remove some more legacy code (nicolas-grekas)
0 commit comments