From 023846703b8d9178c13b0dbb49d5c549ac725700 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Tue, 3 Jul 2018 11:53:21 -0300 Subject: [PATCH] adds a changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7a23b9d..9e1f6b623 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ at anytime. * ### Changed + * change iterative find stop condition on find value to allow it to continue until a value is found (or it times out) * include all of our own blobs in the local dht datastore (as if we had announced them to ourselves) * ignore dht `store` token validation errors for the first expiration-time after startup (fixes failed `store` requests after a restart)