From 556f2157a2a3dc3d4c8576fac46da613c92454d2 Mon Sep 17 00:00:00 2001 From: Stephen D Date: Sun, 25 Aug 2024 20:22:50 -0300 Subject: [PATCH] add expired keys fix to changelog --- book/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/book/changelog.md b/book/changelog.md index f13a45a3..da515bbe 100644 --- a/book/changelog.md +++ b/book/changelog.md @@ -163,6 +163,8 @@ This will be the first release of Grapevine since it was forked from Conduit ([!80](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/80)) 14. Fix bug where, if a server has multiple public keys, only one would be fetched. ([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78)) +15. Fix bug where expired keys may not be re-fetched in some scenarios. + ([!78](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/78)) ### Added