From 107a159da41438ed05526cc3d7c2ccda4a67ee0d Mon Sep 17 00:00:00 2001 From: chr1st1ank Date: Wed, 23 Feb 2022 23:21:03 +0100 Subject: [PATCH] Changelog updated --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68e4aa8..e1b5007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- Direct InMemoryStore file serialization in the Rust backend. + This avoids a memory peak and also improves the performance of the operation compared to + (de-)serialization via the detour of a Python bytes object. ## [0.7.0] - 2022-02-06 ### Added