From 23b811243f880ccf4b2deadcb3ebb6791c5d161b Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 21 Apr 2020 18:24:46 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 326c4d4e..8285f176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Add `jpm rule-tree` subcommand. +- Add `--offline` flag to jpm to force use of the cache. - Allow sending pointers and C functions across threads via `thread/send`. - Fix bug in `getline`. - Add `sh-rule` and `sh-phony` to jpm's dialect of Janet. -- Change C api's `janet_formatb` -> `janet_formatbv`. -- Add C `janet_formatb` to C api. +- Change C api's `janet_formatb` -> `janet_formatbv`, and add new function `janet_formatb` to C api. - Add `edefer` macro to core. - A struct/table literal/constructor with duplicate keys will use the last value given. Previously, this was inconsistent between tables and structs, literals and constructor functions.