docs: Add #328 fix to 0.24.0 changelog

Include the duplicate function declaration fix that was merged
after the initial changelog was prepared.
This commit is contained in:
Steve Yegge
2025-11-20 22:15:47 -05:00
parent 00840aa72f
commit 2ba3cd64fe

View File

@@ -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):