From d9116d77f039506234fe9219c3cd7ba229750ec4 Mon Sep 17 00:00:00 2001 From: Dave Longley <dlongley@digitalbazaar.com> Date: Thu, 10 Oct 2024 12:00:41 -0400 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfa7bc0e..518a205e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # @digitalbazaar/vc ChangeLog -## 7.0.1 - 2024-10-xx +## 7.1.0 - 2024-10-xx ### Added -- Add maxClockSkew variable to time comparison functions. +- Add `maxClockSkew` parameter to time comparison functions with a default + of 5 minutes. This also constitutes a fix for decentralized systems where + clocks are not expected to be perfectly in sync. ## 7.0.0 - 2024-08-01