diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md index a6b6705a1..836ecc048 100644 --- a/certbot/CHANGELOG.md +++ b/certbot/CHANGELOG.md @@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/). ### Fixed -* +* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for + various Apache-related commands More details about these changes can be found on our GitHub repo. @@ -176,8 +177,6 @@ More details about these changes can be found on our GitHub repo. * Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in response to https://www.openssl.org/news/secadv/20220315.txt. -* CentOS 9 and other RHEL-derived OSes now correctly use httpd instead of apachectl for - various Apache-related commands More details about these changes can be found on our GitHub repo.