Add changelog

This commit is contained in:
Adrien Ferrand 2019-10-24 12:53:08 +02:00
parent 83ad28884d
commit ca6c9941b2
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
* Removed `--fast` flag from the test farm tests
* `--server` may now be combined with `--dry-run`. Certbot will, as before, use the
staging server instead of the live server when `--dry-run` is used.
* Migrated CentOS 6 certbot-auto users from Python 3.4 to Python 3.6.
### Fixed

View file

@ -82,4 +82,4 @@ if [ "$OUTPUT_LEN" != 0 ]; then
exit 1
fi
echo "PASSED: Script certbot-auto did not print anything in quiet mode."
echo "PASSED: Script certbot-auto did not print anything in quiet mode."