summaryrefslogtreecommitdiff
path: root/releasenotes/notes/change_message-18207e18b5dfffd3.yaml
blob: 1fd0056846b86bd4c5f09a695acd547513273405 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---
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.