From ca97510a52fd131ed866fcb38d960c28effe9b0a Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 21 Aug 2021 12:07:28 -0500 Subject: [PATCH] Prepare for 1.17.0 release. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 773ff35f..d16b76cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 1.17.0 - Unreleased +## 1.17.0 - 2021-08-21 - Add support for threaded abstract types. Threaded abstract types can easily be shared between threads. - Deprecate the `thread` library. Use threaded channels and ev instead. - Channels can now be marshalled.