From 45d257443e142f76132925acb4496987dd3532d1 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 21 Sep 2022 14:30:10 +0200
Subject: [PATCH] Mention lib/ > src/ migration in the update notes

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

diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md
index 4e20c0130..ab5a6037a 100644
--- a/docs/simplesamlphp-upgrade-notes-2.0.md
+++ b/docs/simplesamlphp-upgrade-notes-2.0.md
@@ -66,6 +66,9 @@ Configuration options that have been removed:
 The following changes are relevant for those having custom developed modules, authentication
 processing filters or interface with the SimpleSAMLphp development API.
 
+- We expect your source-files to exist in the src/ directory within your module. This used to be the
+  lib/ directory, so you have to rename the directory and for composer-modules you have to update
+  your composer.json file (specifically the psr-0 and psr-4 entries if you have them).
 - Old JSON-formatted dictionaries have been replaced by gettext / .po-files; see [migration guide][1]
 - Old PHP templates have been replaced by Twig-templates; see [migration guide][2]
 - The source was completely typehinted; if you have custom authsources or authproc filters,
-- 
GitLab