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