From 2d540971414ab2afc295351d8b316d115cce2e82 Mon Sep 17 00:00:00 2001 From: adz Date: Wed, 26 Jun 2024 11:05:36 +0200 Subject: [PATCH] Add entry to CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index df383d3a5..83677089d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Handle connection ids greater than 9 in `Peer` impl of `Human` trait [#634](https://github.com/p2panda/aquadoggo/pull/634) - Check if blob file exists before deleting it from fs [#636](https://github.com/p2panda/aquadoggo/pull/636) - Inconsistent blob storage warning was wrongly shown [#638](https://github.com/p2panda/aquadoggo/pull/638) +- Safely handle missing document when retrieving document view from store [#637](https://github.com/p2panda/aquadoggo/pull/637) ## [0.7.4]