From 7f145a5661b4a24803ad60cb93e9aa3991a9ba47 Mon Sep 17 00:00:00 2001 From: Ruben Anders Date: Wed, 30 Dec 2020 12:13:07 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..adea638 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,70 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Changed +- Updated async-tls to version 0.11 + +## [0.10.0] - 2020-10-22 +### Changed +- Updated tokio to version 0.3 + +## [0.9.3] - 2020-10-19 +### Fixed +- Configure the server trust anchors for tokio-rustls + +## [0.9.2] - 2020-10-17 +### Added +- Implemented the `tokio::client_async_tls*` functions for `async-tls` and `tokio-rustls` + +### Changed +- Updated pin-project to version 1 + +## Older releases +No changelog is available for older versions as of yet. + + + + +[Unreleased]: https://github.com/sdroege/async-tungstenite/compare/0.10.0...HEAD +[0.10.0]: https://github.com/sdroege/async-tungstenite/compare/0.10.0...0.9.3 +[0.9.3]: https://github.com/sdroege/async-tungstenite/compare/0.9.3...0.9.2 +[0.9.2]: https://github.com/sdroege/async-tungstenite/compare/0.9.2...0.9.1 + \ No newline at end of file