NOBUG: Add upgrade notes

This commit is contained in:
Shamim Rezaie
2025-09-12 18:34:48 +10:00
parent 2c6ac63b02
commit 4deced0a3e
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -41,6 +41,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-86311](https://tracker.moodle.org/browse/MDL-86311)
### theme_boost
#### Added
- Tables affected by unwanted styling (e.g., borders) from the reset of Bootstrap _reboot.scss styles can now opt out and preserve the original behavior by adding the styleless .table-reboot class.
For more information see [MDL-86548](https://tracker.moodle.org/browse/MDL-86548)
## 5.0.2
### core
+8
View File
@@ -1,5 +1,13 @@
# theme_boost Upgrade notes
## 5.0.2+
### Added
- Tables affected by unwanted styling (e.g., borders) from the reset of Bootstrap _reboot.scss styles can now opt out and preserve the original behavior by adding the styleless .table-reboot class.
For more information see [MDL-86548](https://tracker.moodle.org/browse/MDL-86548)
## 5.0
### Changed