@@ -7,6 +7,37 @@ in 3.3 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.3.0...v3.3.1
9
9
10
+ * 3.3.0-RC1 (2017-05-17)
11
+
12
+ * bug #22715 [ FrameworkBundle] remove Security deps from the require section (xabbuh)
13
+ * bug #22613 [ Process] Fix incorrectly calling PHP process when path contains space (maryo)
14
+ * feature #22680 [ DI] Fixing missing "exclude" functionality from PSR4 loader (weaverryan)
15
+ * bug #22699 [ TwigBundle] service workflow.twig_extension should stay public (ogizanagi)
16
+ * feature #22708 Adding autowire alias for AuthenticationUtils (weaverryan)
17
+ * bug #22695 [ WebServerBundle] fix dependencies (xabbuh)
18
+ * bug #22647 [ VarDumper] Fix dumping of non-nested stubs (nicolas-grekas)
19
+ * bug #22409 [ Yaml] respect inline level when dumping objects as maps (goetas, xabbuh)
20
+ * bug #22584 [ Security] Avoid unnecessary route lookup for empty logout path (ro0NL)
21
+ * bug #22642 [ DX] Making the RegisterControllerArgumentLocatorsPass throw exception on bad types (weaverryan)
22
+ * bug #22664 [ Security] Fix TraceableAccessDecisionManager / DebugAccessDecisionManager BC layer (ogizanagi)
23
+ * bug #22690 [ Console] Fix errors not rethrown even if not handled by console.error listeners (chalasr)
24
+ * bug #22681 Fixing a bug where abstract classes were wired with the prototype loader (weaverryan)
25
+ * feature #22665 [ DI] Do not throw autowiring exceptions for a service that will be removed (weaverryan)
26
+ * bug #22669 [ FrameworkBundle] AbstractConfigCommand: do not try registering bundles twice (ogizanagi)
27
+ * bug #22676 [ FrameworkBundle] Adding the extension XML (flug)
28
+ * bug #22611 [ FrameworkBundle] Fix "Locale class not found" in AboutCommand (rubenrua)
29
+ * bug #22677 [ DI] Fixed index args bug with ResolveNamedArgumentsPass (weaverryan)
30
+ * bug #22652 [ Workflow] Move twig extension registration to twig bundle (ogizanagi)
31
+ * feature #22668 [ FrameworkBundle] KernelTestCase: allow to provide the kernel class with a var (ogizanagi)
32
+ * bug #22639 [ WebLink] [ TwigBundle ] Fix registration of the twig extension (ogizanagi)
33
+ * bug #22658 Make the exception pages work when the WebProfilerBundle is not installed (javiereguiluz)
34
+ * bug #22657 [ DI] Fix Cannot declare class ...\DefinitionDecorator, because the name is already in use (ogizanagi)
35
+ * feature #22624 debug: container --types (classes/interfaces) (weaverryan)
36
+ * bug #22626 Fix missing parenthesis (yceruto)
37
+ * bug #22621 [ Config] Fix resource tracking with new GlobResource (nicolas-grekas)
38
+ * feature #22385 [ DX] [ FrameworkBundle ] Show private aliases in debug: container (chalasr)
39
+ * bug #22615 [ DI] Defaults to public=false in all service config files (nicolas-grekas)
40
+
10
41
* 3.3.0-BETA1 (2017-05-01)
11
42
12
43
* feature #22530 Making tags under _ defaults always apply (weaverryan)
0 commit comments