From f7c8efea5e77d8713bdbce7c15adc1a671348a59 Mon Sep 17 00:00:00 2001 From: nathanosdev Date: Wed, 24 Jan 2024 23:28:31 +0000 Subject: [PATCH] chore: update changelog Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20014f9..562aa2b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## Unreleased + +### Feat + +- accept ArrayBufferLike instead of Uint8Array to be more compatible with agent-js & co libraries +- throw a more helpful error is devs interact with a pic instance after tearing it down +- add ability to tick multiple times + ## 0.2.1 (2024-01-21) ## 0.2.1-b2 (2024-01-11)