From b2db2503a16a09a9be7389fcd5e1b0b06bf23bfe Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Sat, 11 Jun 2022 18:24:24 +0200
Subject: [PATCH] Add upgrade note

---
 docs/simplesamlphp-upgrade-notes-2.0.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md
index 1e9be1b1d..f4d85492b 100644
--- a/docs/simplesamlphp-upgrade-notes-2.0.md
+++ b/docs/simplesamlphp-upgrade-notes-2.0.md
@@ -41,6 +41,7 @@ The date formatting when specifying a custom logging string has been changed fro
 deprecated `strftime()` format to PHP's `date()` format.
 
 Configuration options that have been removed:
+ - simplesaml.nameidattribute. Use the appropriate authproc-filters instead
  - languages[priorities]
  - attributes.extradictionaries. Add an attributes.po to your configured theme instead.
  - admin.protectindexpage. Replaced by the admin module which always requires login.
-- 
GitLab