Skip to content

Commit

Permalink
Merge pull request #1062 from Jean85/patch-1
Browse files Browse the repository at this point in the history
Add fix to UPGRADING.md
  • Loading branch information
goetas authored Mar 15, 2019
2 parents 3c3d4f1 + 3ab8fd2 commit d12427b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ in case you have heavily used internal-api here are the most important the chang
- As default now JSON preserve trailing zeros when serializing a float
- When using a discriminator map, parent class should either be declared abstract, or included into the discriminator
map
- For the `Context` class (and its childs `SerializationContext` and `DeserializationContext`), `$attributes` property has become `private`, so it's no longer accesible; use `getAttribute()` instead

**Deprecations** (will be removed in 3.0)

Expand Down

0 comments on commit d12427b

Please sign in to comment.