summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar default2024-02-21 07:55:14 +0100
committerGravatar default2024-02-21 07:55:14 +0100
commit4fa0264900914ef70f8d4353673c7a80bc6f85ce (patch)
treec288a5f5caf13d2cf1fc1b69fcf29eb090eb43fb
parentCall verify_links() instead of enqueue_verify_links() from purge_user(). (diff)
downloadsnac2-4fa0264900914ef70f8d4353673c7a80bc6f85ce.tar.gz
snac2-4fa0264900914ef70f8d4353673c7a80bc6f85ce.tar.xz
snac2-4fa0264900914ef70f8d4353673c7a80bc6f85ce.zip
Updated RELEASE_NOTES.
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b8ee714..becc531 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -8,6 +8,8 @@ Added verification of metadata links: if the linked page contains a link back to
8 8
9Added a profile-page relation to links in webfinger responses (contributed by khm). 9Added a profile-page relation to links in webfinger responses (contributed by khm).
10 10
11Fixed some regressions and a crash.
12
11## 2.47 13## 2.47
12 14
13Added pagination to the notification page. 15Added pagination to the notification page.