Skip to content

Commit e04cf91

Browse files
minor #33803 [Serializer] Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in upgrade (pierredup)
This PR was merged into the 4.4 branch. Discussion ---------- [Serializer] Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in upgrade | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | N/A | New feature? | N/A | Deprecations? | N/A | Tickets | #33789 (comment) | License | MIT | Doc PR | N/A Commits ------- b4de582 Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in the upgrade guide
2 parents 41e452a + b4de582 commit e04cf91

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

UPGRADE-4.4.md

+5
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@ Security
219219
) {}
220220
```
221221

222+
Serializer
223+
----------
224+
225+
* Deprecated the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
226+
222227
Stopwatch
223228
---------
224229

UPGRADE-5.0.md

+5
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,11 @@ Serializer
536536
* The `AbstractNormalizer::handleCircularReference()` method has two new `$format` and `$context` arguments.
537537
* Removed support for instantiating a `DataUriNormalizer` with a default MIME type guesser when the `symfony/mime` component isn't installed.
538538

539+
Serializer
540+
----------
541+
542+
* Removed the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
543+
539544
Stopwatch
540545
---------
541546

0 commit comments

Comments
 (0)