File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 3.2.0] ( https://github.com/schmittjoh/serializer/tree/3.2.0 ) (2019-09-04)
4
+ ** Fixed bugs:**
5
+
6
+ - PHP7.4: Deprecated warning - serializationContext.php on line 152 [ \# 1111] ( https://github.com/schmittjoh/serializer/issues/1111 )
7
+
8
+ ** Closed issues:**
9
+
10
+ - StaticPropertyMetadata first constructor argument not nullable [ \# 1116] ( https://github.com/schmittjoh/serializer/issues/1116 )
11
+ - Add support for PSR-7 URIInterface objects [ \# 1115] ( https://github.com/schmittjoh/serializer/issues/1115 )
12
+ - Upgraded 2.4 -\> 3.4 / Symfony 4.3.3 [ \# 1112] ( https://github.com/schmittjoh/serializer/issues/1112 )
13
+ - Empty namespace [ \# 1087] ( https://github.com/schmittjoh/serializer/issues/1087 )
14
+ - Format constants \( JSON, XML\) [ \# 1079] ( https://github.com/schmittjoh/serializer/issues/1079 )
15
+ - @ExclusionPolicy \( policy="ALL"\) causes PHP notice message [ \# 1073] ( https://github.com/schmittjoh/serializer/issues/1073 )
16
+
17
+ ** Merged pull requests:**
18
+
19
+ - Explain once and for all the use of StaticPropertyMetadata [ \# 1118] ( https://github.com/schmittjoh/serializer/pull/1118 ) ([ goetas] ( https://github.com/goetas ) )
20
+ - PHP 7.4 compatibility [ \# 1113] ( https://github.com/schmittjoh/serializer/pull/1113 ) ([ goetas] ( https://github.com/goetas ) )
21
+ - Fix typos in UPGRADING.md [ \# 1107] ( https://github.com/schmittjoh/serializer/pull/1107 ) ([ jdreesen] ( https://github.com/jdreesen ) )
22
+ - Fix exclusion policy bug [ \# 1106] ( https://github.com/schmittjoh/serializer/pull/1106 ) ([ spam312sn] ( https://github.com/spam312sn ) )
23
+ - Add Doctrine 2 immutable datetime types to field mapping. [ \# 1104] ( https://github.com/schmittjoh/serializer/pull/1104 ) ([ Sonny812] ( https://github.com/Sonny812 ) )
24
+
3
25
## [ 3.1.1] ( https://github.com/schmittjoh/serializer/tree/3.1.1 ) (2019-06-28)
4
26
** Fixed bugs:**
5
27
Original file line number Diff line number Diff line change 61
61
},
62
62
"extra" : {
63
63
"branch-alias" : {
64
- "dev-master" : " 3.1 -dev"
64
+ "dev-master" : " 3.2 -dev"
65
65
}
66
66
}
67
67
}
You can’t perform that action at this time.
0 commit comments