1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-16 02:09:56 +00:00

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

View File

@ -1,7 +1,7 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. 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. - 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. - Deprecate the `thread` library. Use threaded channels and ev instead.
- Channels can now be marshalled. - Channels can now be marshalled.