File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -219,6 +219,11 @@ Security
219
219
) {}
220
220
` ` `
221
221
222
+ Serializer
223
+ ----------
224
+
225
+ * Deprecated the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
226
+
222
227
Stopwatch
223
228
---------
224
229
Original file line number Diff line number Diff line change @@ -536,6 +536,11 @@ Serializer
536
536
* The `AbstractNormalizer::handleCircularReference()` method has two new `$format` and `$context` arguments.
537
537
* Removed support for instantiating a `DataUriNormalizer` with a default MIME type guesser when the `symfony/mime` component isn't installed.
538
538
539
+ Serializer
540
+ ----------
541
+
542
+ * Removed the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
543
+
539
544
Stopwatch
540
545
---------
541
546
You can’t perform that action at this time.
0 commit comments