From 6bbc6b935b5da4cbe53523a9a1314a8bb2f3964b Mon Sep 17 00:00:00 2001 From: Jacob Alexander Date: Mon, 21 Oct 2019 00:15:34 -0700 Subject: [PATCH] Adding basic changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef14edc..3238f55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.7.0 (2019-10-21) +- Python 3.7+ required (asyncio support) +- TLS/SSL support using asyncio +- Windows support + ## v0.6.4 (2019-01-31) - Fix bugs in `read_multiple_bytes` (thanks to @tsh56) - Remove end-of-life Python versions 2.6, 3.2, and 3.3. Add CI tests for 3.6