File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Original file line number Diff line number Diff line change @@ -7,6 +7,22 @@ in 5.2 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/v5.2.0...v5.2.1
9
9
10
+ * 5.2.0-RC2 (2020-11-21)
11
+
12
+ * bug #39113 [ DoctrineBridge] drop binary variants of UID types (nicolas-grekas)
13
+ * feature #39111 [ Security] Update password upgrader listener to work with the new UserBadge (wouterj)
14
+ * bug #39083 [ Dotenv] Check if method inheritEnvironmentVariables exists (Chi-teck)
15
+ * bug #39094 [ Ldap] Fix undefined variable $con (derrabus)
16
+ * bug #39091 [ Config] Recheck glob brace support after GlobResource was serialized (wouterj)
17
+ * bug #39092 Fix critical extension when reseting paged control (jderusse)
18
+ * bug #38614 [ HttpFoundation] Fix for virtualhosts based on URL path (mvorisek)
19
+ * bug #39072 [ FrameworkBundle] [ Notifier] fix firebase transport factory DI tag type (xabbuh)
20
+ * bug #39070 [ Validator] Remove IsinValidator's validator dependency (derrabus)
21
+ * bug #38387 [ Validator] prevent hash collisions caused by reused object hashes (fancyweb, xabbuh)
22
+ * bug #38999 [ DependencyInjection] autoconfigure behavior describing tags on decorators (xabbuh)
23
+ * bug #39058 [ DependencyInjection] Fix circular detection with multiple paths (jderusse)
24
+ * bug #39059 [ Filesystem] fix cleaning up tmp files when dumpFile() fails (nicolas-grekas)
25
+
10
26
* 5.2.0-RC1 (2020-11-10)
11
27
12
28
* bug #39004 [ Messenger] Fix JSON deserialization of ErrorDetailsStamp and normalization of FlattenException::$statusText (Jean85)
You can’t perform that action at this time.
0 commit comments