NOBUG: Add upgrade notes

This commit is contained in:
Sara Arjona
2025-09-23 17:21:13 +02:00
parent 02c4d8c217
commit bf9b563340
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -29,6 +29,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-86283](https://tracker.moodle.org/browse/MDL-86283)
### core_message
#### Added
- The `contexturl` property to `\core\message\message` instances can now contain `\core\url` values in addition to plain strings
For more information see [MDL-83080](https://tracker.moodle.org/browse/MDL-83080)
## 4.5.6
### core
+8
View File
@@ -1,5 +1,13 @@
# core_message (subsystem) Upgrade notes
## 4.5.6+
### Added
- The `contexturl` property to `\core\message\message` instances can now contain `\core\url` values in addition to plain strings
For more information see [MDL-83080](https://tracker.moodle.org/browse/MDL-83080)
## 4.5.6
### Added