zuul/releasenotes/notes/change_message-18207e18b5df...

13 lines
447 B
YAML

---
features:
- |
The change message (commit message, or pull request message
depending on the driver) is now available in plain text form
annotated with the Ansible `!unsafe` tag as
:var:`zuul.change_message`.
deprecations:
- |
The base64 encoded version of the change message available as
:var:`zuul.message` is deprecated and will be removed in a future
version of Zuul. Use :var:`zuul.change_message` instead.