From 3ddb9d47a358c27eb7cac19920e499879abf5c18 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b0bcaed..6ad03cd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- Support private network secured by pre-shared key [#635](https://github.com/p2panda/aquadoggo/pull/635) +- Support private network secured by pre-shared key [#635](https://github.com/p2panda/aquadoggo/pull/635) ### Changed @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Handle connection ids greater than 9 in `Peer` impl of `Human` trait [#634](https://github.com/p2panda/aquadoggo/pull/634) +- Safely handle missing document when retrieving document view from store [#637](https://github.com/p2panda/aquadoggo/pull/637) ## [0.7.4]