diff --git a/CHANGELOG.md b/CHANGELOG.md index 749083bb5af..546eb936cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Ansible Changes By Release ### Bugfixes * Fix `pamd` rule args regexp to match file paths (https://github.com/ansible/ansible/pull/33432) * Check if SELinux policy exists before setting (https://github.com/ansible/ansible/pull/31834) +* Set locale to `C` in `letsencrypt` module to fix date parsing errors (https://github.com/ansible/ansible/pull/31339)