File tree Expand file tree Collapse file tree 3 files changed +16
-0
lines changed
src/Symfony/Bridge/Doctrine Expand file tree Collapse file tree 3 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 63
63
64
64
* Support for stacked errors in the `ErrorHandler` is deprecated and will be removed in Symfony 4.0.
65
65
66
+ DoctrineBridge
67
+ --------------
68
+
69
+ * Deprecated `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
70
+ ` Symfony\B ridge\D octrine\H ttpFoundation\D balSessionHandlerSchema` . Use
71
+ ` Symfony\C omponent\H ttpFoundation\S ession\S torage\H andler\P doSessionHandler` instead.
72
+
66
73
EventDispatcher
67
74
---------------
68
75
Original file line number Diff line number Diff line change @@ -186,6 +186,13 @@ DependencyInjection
186
186
187
187
* The `ExtensionCompilerPass` has been moved to before-optimization passes with priority -1000.
188
188
189
+ DoctrineBridge
190
+ --------------
191
+
192
+ * The `Symfony\Bridge\Doctrine\HttpFoundation\DbalSessionHandler` and
193
+ ` Symfony\B ridge\D octrine\H ttpFoundation\D balSessionHandlerSchema` have been removed. Use
194
+ ` Symfony\C omponent\H ttpFoundation\S ession\S torage\H andler\P doSessionHandler` instead.
195
+
189
196
EventDispatcher
190
197
---------------
191
198
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ CHANGELOG
6
6
7
7
* added support for doctrine/dbal v2.6 types
8
8
* added cause of UniqueEntity constraint violation
9
+ * deprecated ` DbalSessionHandler ` and ` DbalSessionHandlerSchema ` in favor of
10
+ ` Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler `
9
11
10
12
3.1.0
11
13
-----
You can’t perform that action at this time.
0 commit comments