From 1c09025967caba17bbb8db0aeaf85ce65255a384 Mon Sep 17 00:00:00 2001 From: halgari Date: Thu, 16 Jan 2025 12:23:54 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89c3b13..6b7010c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### 0.9.98 - 16/1/2025 +* Massively improve performance of the `ObserveDatoms` function. It is now ~200x faster than the previous version +* Clean up the logging in the inner transacting loop, switch to high performance logging for those few critical messages + ### 0.9.97 - 14/11/2024 * Fix a nuget packing bug with the source generators