File tree 3 files changed +23
-0
lines changed
src/Symfony/Component/HttpFoundation
3 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
UPGRADE FROM 4.0 to 4.1
2
2
=======================
3
3
4
+ HttpFoundation
5
+ --------------
6
+
7
+ * Passing the file size to the constructor of the ` UploadedFile ` class is deprecated and won't be
8
+ supported anymore in 5.0.
9
+
10
+ * The ` getClientSize() ` method of the ` UploadedFile ` class is deprecated. Use ` getSize() ` instead.
11
+
4
12
Security
5
13
--------
6
14
Original file line number Diff line number Diff line change 1
1
UPGRADE FROM 4.x to 5.0
2
2
=======================
3
3
4
+ HttpFoundation
5
+ --------------
6
+
7
+ * The ` $size ` argument of the ` UploadedFile ` constructor has been removed.
8
+
9
+ * The ` getClientSize() ` method of the ` UploadedFile ` class has been removed.
10
+
4
11
Security
5
12
--------
6
13
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 4.1.0
5
+ -----
6
+
7
+ * Passing the file size to the constructor of the ` UploadedFile ` class is deprecated and won't be
8
+ supported anymore in 5.0.
9
+
10
+ * The ` getClientSize() ` method of the ` UploadedFile ` class is deprecated. Use ` getSize() ` instead.
11
+
4
12
4.0.0
5
13
-----
6
14
You can’t perform that action at this time.
0 commit comments