From 5084ed59f0217eb58196e7d7c430926030bc1012 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Sat, 19 Sep 2026 15:47:20 +0200 Subject: [PATCH] docs: fix incorrect pg note wording in v3 changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df62050..7d97bca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New shared TypeScript package `@cryptgeon/shared` as single source of truth for crypto, content codec and API client (crypto + compression + payload + types). - Shared payload codec: `packContent` / `unpackContent` (encode → LZ4 → XChaCha20-Poly1305 and reverse). -- New `pg`-backend storage of note hashes in the cache. +- Cache-backed note storage using hashes (valkey/redis) with atomic view counting. ### Changed