From 2ba3cd64feec6b84df57eaa8be1db6e3c2469227 Mon Sep 17 00:00:00 2001 From: Steve Yegge Date: Thu, 20 Nov 2025 22:15:47 -0500 Subject: [PATCH] docs: Add #328 fix to 0.24.0 changelog Include the duplicate function declaration fix that was merged after the initial changelog was prepared. --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b58daa..f844d73c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -157,6 +157,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed external_ref migration failure on old databases - Backward compatibility improvements +- **Duplicate Function Declaration** (#328, 167ab67) + - Fixed compilation failure from duplicate computeJSONLHash declaration + - Removed old version, kept simpler implementation + - Updated test to match new API + ### Changed - **Performance Improvements** (#319, 690c73f):