NOBUG: Add upgrade notes

This commit is contained in:
Jake Dallimore
2026-01-16 16:38:17 +08:00
parent b4ed92a701
commit 86ee7eef07
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -8,6 +8,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
## 5.1.1+
### core
#### Added
- There is a new Behat `toast_message` named selector to more easily assert the presence of Toast messages on the page
For more information see [MDL-87443](https://tracker.moodle.org/browse/MDL-87443)
### core_question
#### Fixed
+8
View File
@@ -1,5 +1,13 @@
# core (subsystem) Upgrade notes
## 5.1.1+
### Added
- There is a new Behat `toast_message` named selector to more easily assert the presence of Toast messages on the page
For more information see [MDL-87443](https://tracker.moodle.org/browse/MDL-87443)
## 5.1.1
### Added