From 0bfee7594d4f92b48d807ce82b4485a608cfc491 Mon Sep 17 00:00:00 2001 From: John Hurliman Date: Thu, 10 Sep 2026 18:11:37 -0700 Subject: [PATCH] Finalize release notes for publication --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bee7c6..8e2777d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 2.0.0 (release candidate) +## 2.0.0 — 2026-09-10 - Add `increment(key, incrementBy = 1)` for nonnegative uint32 weights, with atomic overflow rejection and collision-correct conservative updates. Supersedes the weighted-increment proposal in #1; credit to Ruslan Dzhumakaliev. @@ -13,7 +13,7 @@ ### Release compatibility -Runtime minimum becomes Node 6 because Buffer.alloc is now used; test development requires modern Node (CI: 22/24/26). Dropping previously advertised Node 0.6 support requires a major release. The package version is prepared as 2.0.0; publication is pending. Top-k tie ordering is unspecified and may change. The follow-up below adds versioned serialization and validates malformed inputs. See SERIALIZATION.md for legacy import/export and the major-release migration. +Runtime minimum becomes Node 6 because Buffer.alloc is now used; test development requires modern Node (CI: 22/24/26). Dropping previously advertised Node 0.6 support requires a major release. Top-k tie ordering is unspecified and may change. This release adds versioned serialization and validates malformed inputs. See SERIALIZATION.md for legacy import/export and the major-release migration. ## Release validation follow-up