From 4452d0e0f5c8dd3c456102321d9af4368d376c9a Mon Sep 17 00:00:00 2001 From: bakpakin Date: Sun, 25 Jul 2021 13:08:17 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af5cb6d..f2c91616 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## 1.17.0 - Unreleased +- Add `JANET_FN` and `JANET_REG` macros to more easily define C functions that export their source mapping information. +- Add `janet_interpreter_interupt` and `janet_loop1_interrupt` to interrupt the interpreter while running. - Add `table/clear` - Add build option to disable the threading library without disabling all threads. - Remove JPM from the main Janet distribution. Instead, JPM must be installed