mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Add changelog
This commit is contained in:
parent
83ad28884d
commit
ca6c9941b2
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue