From 4077822e37531a36a34ae2a467b888ecb2cc360b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 15 Jun 2020 11:54:51 -0500 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00b4bba0..364ed7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Respect `JANET_NO_PROCESSES` define when building +- Fix `jpm` rules having multiple copies of the same dependency. - Add `array/trim` and `buffer/trim` to shrink the backing capacity of these types to their current length.