We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae843b commit c75ed8eCopy full SHA for c75ed8e
1 file changed
docs/CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to ACE will be captured in this document. This project follows semantic versioning; the latest changes appear first.
4
5
+## [v1.6.0-beta] 2026-02-14
6
+
7
+### Changed
8
+- To accomodate value comparison fix below, changed row hash algorithm and added algorithm versioning
9
+ - If using Merkle Trees, it will automatically update to the new format when detected.
10
+ Alternatively, you can reinitialize the trees.
11
12
+### Fixed
13
+- Fixed column comparisons with equal values but different scales (e.g., 3000.00 vs 3000.0).
14
15
## [v1.5.5] - 2026-02-12
16
17
### Changed
0 commit comments