openstacksdk/releasenotes/notes/drop-formatter-deserialize-30b19956fb79bb8d.yaml
Stephen Finucane 3163c7597d openstack.format: Remove 'serialize' classmethod
This is not used anywhere. Drop it. A release note is included although
it likely isn't necessary since this will have no effect as again we
weren't using this.

Change-Id: I3878216a12a387c9c30fcbadad4da0019612fc5a
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-08-17 11:47:01 +01:00

6 lines
167 B
YAML

---
upgrade:
- |
The ``openstack.format.Formatter`` class no longer defines a ``serialize``
method to override. This was unused and unneccessary complexity.