1---
2fixes:
3  - |
4    The JSONFormatter formatter now converts unserializable objects with
5    repr() to prevent JSON serialization errors on logging. The fix requires
6    oslo.serialization 2.21.1 or newer. (Bug #1593641)
7