NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2025-12-05 08:09:13 +07:00
parent edfb86e638
commit 4cff8eeaa2
2 changed files with 18 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-87079](https://tracker.moodle.org/browse/MDL-87079)
### mod_glossary
#### Added
- Function mod_glossary_rating_can_see_item_ratings is now implemented for checking permissions to view ratings.
For more information see [MDL-86960](https://tracker.moodle.org/browse/MDL-86960)
## 4.5.7
### core
+10
View File
@@ -0,0 +1,10 @@
# mod_glossary Upgrade notes
## 4.5.7+
### Added
- Function mod_glossary_rating_can_see_item_ratings is now implemented for checking permissions to view ratings.
For more information see [MDL-86960](https://tracker.moodle.org/browse/MDL-86960)