From c909835b0a3315dca5e5f5f790c01066ff5924a7 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 22 Jan 2021 12:55:38 -0600 Subject: [PATCH] Update CHANGELOG. --- CHANGELOG.md | 5 +++++ src/conf/janetconf.h | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20445bab..ff23c354 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## ??? - Unreleased +- Add `ev/thread` for combining threading with the event loop. +- Add `ev/do-thread` to make `ev/thread` easier to use. +- Automatically set supervisor channel in `net/accept-loop` and `net/server` correctly. + ## 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. diff --git a/src/conf/janetconf.h b/src/conf/janetconf.h index c0389cf1..af612586 100644 --- a/src/conf/janetconf.h +++ b/src/conf/janetconf.h @@ -5,9 +5,9 @@ #define JANET_VERSION_MAJOR 1 #define JANET_VERSION_MINOR 14 -#define JANET_VERSION_PATCH 1 -#define JANET_VERSION_EXTRA "" -#define JANET_VERSION "1.14.1" +#define JANET_VERSION_PATCH 2 +#define JANET_VERSION_EXTRA "-dev" +#define JANET_VERSION "1.14.2-dev" /* #define JANET_BUILD "local" */