diff options
Diffstat (limited to 'docs/releases/5.2.txt')
| -rw-r--r-- | docs/releases/5.2.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/releases/5.2.txt b/docs/releases/5.2.txt index 901475a7b4..7a0361283a 100644 --- a/docs/releases/5.2.txt +++ b/docs/releases/5.2.txt @@ -241,7 +241,9 @@ Security Serialization ~~~~~~~~~~~~~ -* ... +* Each serialization format now defines a ``Deserializer`` class, rather than a + function, to improve extensibility when defining a + :ref:`custom serialization format <custom-serialization-formats>`. Signals ~~~~~~~ |
