From e1cdd0f8cce511af1288aa851136737f6e6af8b5 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Mon, 13 May 2024 12:47:46 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 370f7e8c..808eb39f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ All notable changes to this project will be documented in this file. ## Unreleased - ??? +- Add `bundle/` module for managing packages within Janet. This should replace the jpm packaging + format eventually and is much simpler and amenable to more complicated builds. +- Add `buffer/format-at` - Add long form command line options for readable CLI usage - Fix bug with `net/accept-loop` that would sometimes miss connections.