From f514ce30cda7ff0999c1eaa10f4d4532176daeed Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Fri, 12 Sep 2025 18:36:02 +1000 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 3 +++ public/theme/boost/UPGRADING.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 66a498fc1aa..bad66d19a19 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -855,6 +855,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt - Theme can now inherit from their grand-parent and parents. So if a child theme inherit from a parent theme that declares a new layout, the child theme can use it without redeclaring it. Also inheritance for layout uses the expected grandparent > parent > child with precedence to the child theme. For more information see [MDL-79319](https://tracker.moodle.org/browse/MDL-79319) +- 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) #### Deprecated diff --git a/public/theme/boost/UPGRADING.md b/public/theme/boost/UPGRADING.md index 55e65d1517d..e1f42dd21b7 100644 --- a/public/theme/boost/UPGRADING.md +++ b/public/theme/boost/UPGRADING.md @@ -7,6 +7,9 @@ - Theme can now inherit from their grand-parent and parents. So if a child theme inherit from a parent theme that declares a new layout, the child theme can use it without redeclaring it. Also inheritance for layout uses the expected grandparent > parent > child with precedence to the child theme. For more information see [MDL-79319](https://tracker.moodle.org/browse/MDL-79319) +- 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) ### Deprecated