diff --git a/CHANGELOG b/CHANGELOG
index 1df79b4b..e6feab6f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -3,6 +3,7 @@ Version 0.11.0 (2025-03-??)
 
 New Features:
 - Support for version 1.3 of the Nextcloud News protocol
+- Support for Nextcloud user metadata fetching
 
 Version 0.10.6 (2024-12-27)
 ===========================
diff --git a/UPGRADING b/UPGRADING
index be06bd47..b455f4fa 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -18,6 +18,7 @@ Upgrading from 0.10.6 to 0.11.0
   functionality which replaces deprecated Nextcloud News functionality; the
   following URL paths are affected:
     - /ocs/v1.php/
+  You may need to restart your Web server for changes to take effect
     
 
 Upgrading from 0.10.4 to 0.10.5
@@ -39,6 +40,7 @@ Upgrading from 0.8.5 to 0.9.0
     - /v1/
     - /version
     - /healthcheck
+  You may need to restart your Web server for changes to take effect
 - Icons for existing feeds in Miniflux and Fever will only appear once the
   feeds in question have been fetched and parsed after upgrade. This may take
   some time to occur depending on how often the feed is updated
@@ -77,6 +79,7 @@ Upgrading from 0.7.1 to 0.8.0
 - Web server configuration has changed to accommodate Fever; the following URL
   paths are affected:
     - /fever/
+  You may need to restart your Web server for changes to take effect
 
 
 Upgrading from 0.5.1 to 0.6.0
@@ -105,3 +108,4 @@ Upgrading from 0.1.x to 0.2.0
     - /tt-rss/api/
     - /tt-rss/feed-icons/
     - /tt-rss/images/
+  You may need to restart your Web server for changes to take effect
diff --git a/docs/en/030_Supported_Protocols/010_Nextcloud_News.md b/docs/en/030_Supported_Protocols/010_Nextcloud_News.md
index 431a7658..05e24847 100644
--- a/docs/en/030_Supported_Protocols/010_Nextcloud_News.md
+++ b/docs/en/030_Supported_Protocols/010_Nextcloud_News.md
@@ -13,9 +13,10 @@
     <dt>Specifications</dt>
         <dd><a href="https://github.com/nextcloud/news/blob/master/docs/api/api-v1-2.md">Version 1.2</a></dd>
         <dd><a href="https://github.com/nextcloud/news/blob/master/docs/api/api-v1-3.md">Version 1.3</a></dd>
+        <dd><a href="https://docs.nextcloud.com/server/latest/developer_manual/client_apis/OCS/ocs-api-overview.html#user-metadata">OCS user metadata</a></dd>
 </dl>
 
-The Nextcloud News protocol was the first supported by The Arsse, and has been supported in full since version 0.3.0.
+The Nextcloud News protocol was the first supported by The Arsse; version 1.2 of the protocol has been supported in full since The Arsse version 0.3.0, while version 1.3 of the protocol and the OCS user metadata protocol have been supported since The Arsse version 0.11.0.
 
 It allows organizing newsfeeds into single-level folders, and supports a wide range of operations on newsfeeds, folders, and articles.