From 2f27775c5e16087cf5e0bb40126946468f8b1f9a Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Thu, 9 Apr 2020 14:54:45 -0400 Subject: [PATCH] update changelog --- CHANGELOG-UNRELEASED.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-UNRELEASED.md b/CHANGELOG-UNRELEASED.md index 2f730af61f..914e90c50d 100644 --- a/CHANGELOG-UNRELEASED.md +++ b/CHANGELOG-UNRELEASED.md @@ -14,5 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Fixed -### Security +- futures bug that caused CPU over-consumption [#2175](https://github.com/holochain/holochain-rust/pull/2175) +- validation bug that treated network timeout as a validation failure instead of a retry [#2176](https://github.com/holochain/holochain-rust/pull/2176) +### Security