From 1143a5345bdc3cc1675d5ec748324623c7230c1b Mon Sep 17 00:00:00 2001
From: Alexander Bias <bias@alexanderbias.de>
Date: Wed, 13 Jul 2022 20:44:40 +0200
Subject: [PATCH] Add more upstream dependencies to UPGRADE.md

---
 UPGRADE.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/UPGRADE.md b/UPGRADE.md
index 1ac6fde..870f80b 100644
--- a/UPGRADE.md
+++ b/UPGRADE.md
@@ -14,6 +14,7 @@ Upstream changes
 ----------------
 
 * This theme is built on top of theme_boost from Moodle core. It inherits the codebase from theme_boost and overwrites and extends several behaviours and functions. Doing this, code duplication couldn't be avoided. If there are any upstream changes in theme_boost, you should check if they should be adopted to this theme as well.
+* In addition to that, you should check any upstream changes which happen in /lib/templates and /lib/outputrenderers.php as some of these templates and renderers are overwritten in this theme as well.
 
 
 Automated tests
-- 
GitLab