Add note about deprecating the XmlEncoder::TYPE_CASE_ATTRIBUTES constant in the upgrade guide

This commit is contained in:
Pierre du Plessis 2019-10-02 11:02:25 +02:00
parent d4f3b685df
commit b4de582c18
No known key found for this signature in database
GPG Key ID: DCB9DD926044955D
2 changed files with 10 additions and 0 deletions

View File

@ -219,6 +219,11 @@ Security
) {}
```
Serializer
----------
* Deprecated the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
Stopwatch
---------

View File

@ -536,6 +536,11 @@ Serializer
* The `AbstractNormalizer::handleCircularReference()` method has two new `$format` and `$context` arguments.
* Removed support for instantiating a `DataUriNormalizer` with a default MIME type guesser when the `symfony/mime` component isn't installed.
Serializer
----------
* Removed the `XmlEncoder::TYPE_CASE_ATTRIBUTES` constant. Use `XmlEncoder::TYPE_CAST_ATTRIBUTES` instead.
Stopwatch
---------