From 4dfed492bcddcae626e66f0b3af1e4528bd9dbf7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 19 Sep 2026 15:51:37 +0200 Subject: [PATCH] docs: correct frontend bullet in v3 changelog (was already SvelteKit) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d97bca..443dcc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Encryption from AES to **XChaCha20-Poly1305** (client-side); dropped `occulto`. - All API bodies switched to **MessagePack**. -- Frontend migrated to SvelteKit + `@cryptgeon/shared`. +- Frontend uses `@cryptgeon/shared` for crypto + payload codec (replacing the previous local `cryptgeon/shared`); heavy pack/unpack runs in a web worker. - CLI rebuilt with `vite-plus` (bundles all deps) and imports from `@cryptgeon/shared`. ### Breaking changes