update changelog

This commit is contained in:
Johann150 2021-03-03 19:51:16 +01:00
parent 424bed7861
commit 564424702a
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1

View file

@ -7,6 +7,14 @@ 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.
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.
### Fixed
* Agate now requires the use of SNI by any connecting client.
## [2.5.3] - 2021-02-27
Thank you to @littleli and @06kellyjac for contributing to this release.