openstacksdk/releasenotes/notes/switch-to-warnings-333955d1...

8 lines
262 B
YAML

---
upgrade:
- |
Warnings about deprecated behavior or deprecated/modified APIs are now
raised using the ``warnings`` module, rather than the ``logging`` module.
This allows users to filter these warnings or silence them entirely if
necessary.