doc: make it easier to find changelog

Many projects use CHANGELOG.md to convey their list of changes. Add a
link there. In README.md, instead of describing "release history",
use the "Changelog" terminology.
This commit is contained in:
Jacob Hoffman-Andrews 2023-11-30 11:40:08 -08:00 committed by Joe Birr-Pixton
parent 303b3ff97d
commit 022042f17c
2 changed files with 7 additions and 2 deletions

4
CHANGELOG.md Normal file
View File

@ -0,0 +1,4 @@
# Changelog
The detailed list of changes in each release can be found at
https://github.com/rustls/rustls/releases.

View File

@ -19,9 +19,10 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
[![Documentation](https://docs.rs/rustls/badge.svg)](https://docs.rs/rustls/)
[![Chat](https://img.shields.io/discord/976380008299917365?logo=discord)](https://discord.gg/MCSB76RU96)
## Release history
## Changelog
Release history can be found [on GitHub](https://github.com/rustls/rustls/releases).
The detailed list of changes in each release can be found at
https://github.com/rustls/rustls/releases.
# Documentation