1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-17 02:40:00 +00:00

Fix typo in changelog.

This commit is contained in:
Calvin Rose 2021-09-19 00:16:08 -05:00
parent 9b4b24edf7
commit cea14a6869

View File

@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file.
- Add optional Makefile target to install jpm as well. - Add optional Makefile target to install jpm as well.
- Supervisor channels in threads will no longer include a wasteful copy of the fiber in every - Supervisor channels in threads will no longer include a wasteful copy of the fiber in every
message across a thread. message across a thread.
- Allow passing a closure to `ev/thead` as well as a whole fiber. - Allow passing a closure to `ev/thread` as well as a whole fiber.
- Allow passing a closure directly to `ev/go` to spawn fibers on the event loop. - Allow passing a closure directly to `ev/go` to spawn fibers on the event loop.
## 1.17.1 - 2021-08-29 ## 1.17.1 - 2021-08-29