From 90cd2495d99f8a91a9eae30f330b0bf7a58e5bdd Mon Sep 17 00:00:00 2001 From: Emily Cheng Date: Thu, 26 Dec 2024 13:15:03 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee6b8d..20d0b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Documentation of release versions of `nacc-form-validator` * Updates JSON logic's `soft_equals` and util's `compare_values` to compare two floats for equality with a precision tolerance of 0.01 * Note this only compares with precision tolerance on explicit equals, e.g. `==` or `!=` and not `<=` and `>=` +* Fixes bug where the rule index was not being passed for a `temporalrules` error if no previous record was found ## 0.4.0