From 4f396a7e3e9504e880fd188f5764c9013f85f26b Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Wed, 2 Oct 2024 20:58:18 -0400 Subject: [PATCH] Changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 3732c12..468afc8 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ ChangeLog * #66: We now convert from/to ArrayBuffer instead of a custom ByteSequence object. This is a breaking change. +* Bundling CommonJS for backwards compat. 2.0.0-alpha.1 (2024-02-23)