aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.md
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-29 12:08:40 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-04-29 12:08:40 +0000
commitd0b3cea122cc90faec0b7b4b4c24267a06d022b6 (patch)
tree63e126abba83245cc5f9b757cddb0556a066b12e /RELEASE-NOTES.md
parent260b6ac6ea08dc3bf973580ab41ecea61635890f (diff)
cronjobs: remove scheduling once and priority, fixes #4078
Closes #4078 Merge request studip/studip!2922
Diffstat (limited to 'RELEASE-NOTES.md')
-rw-r--r--RELEASE-NOTES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md
index a10e714..d28b92b 100644
--- a/RELEASE-NOTES.md
+++ b/RELEASE-NOTES.md
@@ -18,6 +18,7 @@
- Die Funktionen `studip_json_encode()` und `studip_json_decode()` wurden entfernt. Stattdessen müssen die Methode `json_encode()` und `json_decode()` verwendet werden. ([Issue #3814](https://gitlab.studip.de/studip/studip/-/issues/3814))
- Die `MembersModel.php` wurde entfernt ([Issue #3811](https://gitlab.studip.de/studip/studip/-/issues/3811))
- Die `admission.inc.php` wurde entfernt. ([Issue #3812](https://gitlab.studip.de/studip/studip/-/issues/3812))
+- Die Methoden `CronjobScheduler::scheduleOnce()` sowie `CronjobTask::scheduleOnce()` wurden ersatzlos entfernt. ([Issue #4078](https://gitlab.studip.de/studip/studip/-/issues/4078))
## Security related issues