From 57813bd66a94ee437009b4afaa54eb08c61d9bc6 Mon Sep 17 00:00:00 2001 From: Sam Andreae Date: Fri, 7 Jul 2023 16:38:03 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a8dd46f..b4b66da76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Naive protocol replication [#380](https://github.com/p2panda/aquadoggo/pull/380) - Integrate replication manager with networking stack [#387](https://github.com/p2panda/aquadoggo/pull/387) 🥞 - Reverse lookup for pinned relations in dependency task [#434](https://github.com/p2panda/aquadoggo/pull/434) +- Persist and maintain index of operation's position in document [#438](https://github.com/p2panda/aquadoggo/pull/438) ### Changed