oslo.serialization/releasenotes/notes/jsonutils-to_primitive-value-error-89338f90310e9518.yaml
Takashi Kajinami c83a4c9968 jsonutils: Raise ValueError in case the input can't be converted
According to the warning it was planned that this change was made in
3.0.

Change-Id: I0c1011b935f52f5ea1329e0316f935a034fdfd0e
2023-11-08 17:41:29 +00:00

6 lines
141 B
YAML

---
upgrade:
- |
The ``oslo_utils.jsonutils.to_primitive`` function now raises ValueError
when the input value can't be converted.