From 4fb127d9db494ace36021f0223910f755db4768f Mon Sep 17 00:00:00 2001 From: Jef Roosens Date: Wed, 8 Nov 2023 21:59:47 +0100 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3872f31..993ae07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Users can now define custom global & request-local contexts * Introduced "response steps", allowing custom code during the response part of a request +* LSM - Lander Storage Module + * Rewrite of trie codebase + * Introduced a custom data store using an in-memory trie as index and a + custom binary on-disk format + * Support for lookup & insert +* Lander + * Replaced old trie implementation with LSM store ## [0.1.0](https://git.rustybever.be/Chewing_Bever/lander/src/tag/0.1.0)