diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2024-05-14 08:05:15 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-05-14 08:05:15 +0000 |
| commit | 9d2a9e75b92e75ccb1a901670423fba7d8b3c33c (patch) | |
| tree | 7130198c45cbb530c7c30ff66b7b1dd8442ec1f5 | |
| parent | 19ab03fc80bdf257e74fdfe8b191227d178731e8 (diff) | |
added TIC 3701 to release notes, re #3701
Merge request studip/studip!2984
| -rw-r--r-- | RELEASE-NOTES.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d447701..e4b3b5b 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,7 +4,7 @@ ## Neue Features -- +- Der Stud.IP-Cache ist nun kompatibel zu PSR-6. ([TIC #3701](https://gitlab.studip.de/studip/studip/-/issues/3701)) ## Breaking changes @@ -27,6 +27,8 @@ - `StudipControllerPropertiesTrait` - `StudipResponse` - Im Rahmen von [Issue #4118](https://gitlab.studip.de/studip/studip/-/issues/4118) wurde `write_excel` ausgebaut. Als Alternative kann `phpoffice/phpspreadsheet` verwendet werden. +- Im Rahmen von [TIC #3701](https://gitlab.studip.de/studip/studip/-/issues/3701) wurden die Klassen für den Cache umbenannt. Alle Vorkommnisse sollten ersetzt werden: + - `StudipCacheFactory` -> `Studip\Cache\Factory` ## Security related issues |
