From af081242294ffe2dcb41e968333868e176a5e2b9 Mon Sep 17 00:00:00 2001 From: Zach Smith Date: Tue, 8 Jun 2021 12:22:54 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03d36036..ef48e2a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ All notable changes to this project will be documented in this file. - Add compiler warnings and deprecation levels. - Add `as-macro` to make using macros within quasiquote easier to do hygienically. - Expose `JANET_OUT_OF_MEMORY` as part of the Janet API. -- Add `native-deps` option to `decalre-native` in `jpm`. This lets native libraries link to other +- Add `native-deps` option to `declare-native` in `jpm`. This lets native libraries link to other native libraries when building with jpm. - Remove the `tarray` module. The functionality of typed arrays will be moved to an external module that can be installed via `jpm`.