diff --git a/CHANGELOG.md b/CHANGELOG.md index a34f2d90fc7..b06af18b129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -145,6 +145,8 @@ Ansible Changes By Release * fix required args for nxos_snapshot: https://github.com/ansible/ansible/pull/37232 * Properly check that nxos_snapshot parameters that are required in certain circumstances are present: https://github.com/ansible/ansible/pull/37232 +* Fix error messages to not be inappropriately templated: + https://github.com/ansible/ansible/pull/37329