NOBUG: Add upgrade notes

This commit is contained in:
Sara Arjona
2025-04-17 14:30:27 +02:00
parent ee06d98bb5
commit d7cd69df64
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -6,6 +6,16 @@ More detailed information on key changes can be found in the [Developer update n
The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com).
## 5.1dev
### core_user
#### Added
- New method `\core_user::get_dummy_fullname(...)` for returning dummy user fullname comprised of configured name fields only
For more information see [MDL-82132](https://tracker.moodle.org/browse/MDL-82132)
## 5.0
### core
+8
View File
@@ -1,5 +1,13 @@
# core_user (subsystem) Upgrade notes
## 5.1dev
### Added
- New method `\core_user::get_dummy_fullname(...)` for returning dummy user fullname comprised of configured name fields only
For more information see [MDL-82132](https://tracker.moodle.org/browse/MDL-82132)
## 5.0
### Removed