add pull request number to CHANGELOG

This commit is contained in:
Johann150 2021-03-23 23:29:50 +01:00
parent 4c2d33491d
commit b2d571de6b
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Changed
* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option.
* The ability to specify a certificate and key with `--cert` and `--key` respectively has been replaced with the `--certs` option. (#40)
Certificates are now stored in a special directory. To migrate to this version, the keys should be stored in the `.certificates` directory (or any other directory you specify).
This enables us to use multiple certificates for multiple domains.