diff --git a/docs/simplesamlphp-changelog.txt b/docs/simplesamlphp-changelog.txt
index 12919f9fc8dcd17330b84fadaad29d59dd0713e0..0078acdf4dd4adfd8ea90507d2648d0dda2ce47e 100644
--- a/docs/simplesamlphp-changelog.txt
+++ b/docs/simplesamlphp-changelog.txt
@@ -15,7 +15,7 @@ Released TBD.
   * Clean up executable-permissions on files.
   * Change encryption to use the rsa-oaep-mgf1p key padding instead of PKCS 1.5.
   * Update translations.
-  * Add support for RSA-SHA256, RSA-SHA384 and RSA-SHA512 signature algorithms.
+  * Added Serbian translation.
 
 ### `core`
 
diff --git a/docs/simplesamlphp-idp.txt b/docs/simplesamlphp-idp.txt
index 940165397fddc4b69f6820b83d3b18c40241da3f..b73299d48ba885b85124802296355bd05f7d3129 100644
--- a/docs/simplesamlphp-idp.txt
+++ b/docs/simplesamlphp-idp.txt
@@ -77,6 +77,9 @@ The next step is to configure the way users authenticate on your IdP. Various mo
 [`authtwitter:Twitter`](./authtwitter:oauthtwitter)
 : Authenticate with your Twitter account using the Twitter OAuth API.
 
+[`papi:PAPI`](./papi:papi)
+: Authenticate by means of the PAPI protocol.
+
 In this guide, we will use the `exampleauth:UserPass` authentication module. This module does not have any dependencies, and is therefore simple to set up.