Prepare for 1.14.1 release.

This commit is contained in:
Calvin Rose 2021-01-18 11:43:53 -06:00
parent 634219da2c
commit 5ee6dbcdf4
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased - ???
## 1.14.1 - 2021-01-18
- Add `doc-of` for reverse documentation lookup.
- Add `ev/give-supervsior` to send a message to the supervising channel.
- Add `ev/gather` and `chan` argument to `ev/go`. This new argument allows "supervisor channels"

View File

@ -1008,7 +1008,7 @@ static void janet_unlisten(JanetListenerState *state) {
void janet_loop1_impl(int has_timeout, JanetTimestamp to) {
ULONG_PTR completionKey = 0;
DWORD num_bytes_transfered = 0;
LPOVERLAPPED overlapped;
LPOVERLAPPED overlapped = NULL;
/* Calculate how long to wait before timeout */
uint64_t waittime;