Prepare for 1.17.0 release.

This commit is contained in:
Calvin Rose 2021-08-21 12:07:28 -05:00
parent 49142fa385
commit ca97510a52
1 changed files with 1 additions and 1 deletions

View File

@ -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.