From d3dffe933ccb0b402eb2fe20cf0523a6f729a019 Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sat, 3 Dec 2022 09:34:52 -0800 Subject: [PATCH] changelog: remove mention of native backend's hashing scheme The change in hashing scheme should not even be noticeable, except maybe because the same objects may be saved twice and take extra space, and may be slower because we compare the contents for equality instead of short-circuiting when we the hash matches. --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a8d91fe..911da487b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,11 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 automatically upgraded the first time you run a command in an existing repo. The operation IDs will change in that process. -* The hashing scheme for the native backend has changed. Unlike the operation - log, it will *not* be automatically upgraded. We consider the native backend - a proof-of-concept that users should not use. However, existing repos should - still be usable. - ### New features * Commands with long output are paginated.