From b1e34cd3a3bdc7987b0659fd8a2fa660cb148a05 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 19 May 2026 16:25:48 +0000 Subject: [PATCH] docs(changelog): note isohash cleanup --- changelog.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 5dadbd4..debfbcc 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## Pending + +- remove obsolete `@push.rocks/isohash` dependency and plugin export + ## 2026-04-30 - 4.0.1 - fix(build) tighten TypeScript compatibility and update project build configuration @@ -130,4 +134,4 @@ A key update made the socket client work bi-directionally, enabling mesh setups. From the initial release onward, several internal improvements were introduced: - updated tests and structure - reworked reconnection logic and added a request/response abstraction for transparent function calls -- initial release features with updated documentation and structure \ No newline at end of file +- initial release features with updated documentation and structure