From 30cc6bc7eb5ace159ec0acd692db9a613bcb7247 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 11 Apr 2025 22:02:16 +0700 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 3 +++ lib/UPGRADING.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 5e3bec894fc..e8583462634 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -23,6 +23,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt 3. Ensure that the email catcher is set up using the step `Given an email catcher server is configured`. For more information see [MDL-75971](https://tracker.moodle.org/browse/MDL-75971) +- The public method `get_slashargument` has been added to the `url` class. + + For more information see [MDL-84351](https://tracker.moodle.org/browse/MDL-84351) - A new method, `core_text::trim_ctrl_chars()`, has been introduced to clean control characters from text. This ensures cleaner input handling and prevents issues caused by invisible or non-printable characters For more information see [MDL-84907](https://tracker.moodle.org/browse/MDL-84907) diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index 45ec0f6866c..a26be831ebf 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -15,6 +15,9 @@ 3. Ensure that the email catcher is set up using the step `Given an email catcher server is configured`. For more information see [MDL-75971](https://tracker.moodle.org/browse/MDL-75971) +- The public method `get_slashargument` has been added to the `url` class. + + For more information see [MDL-84351](https://tracker.moodle.org/browse/MDL-84351) - A new method, `core_text::trim_ctrl_chars()`, has been introduced to clean control characters from text. This ensures cleaner input handling and prevents issues caused by invisible or non-printable characters For more information see [MDL-84907](https://tracker.moodle.org/browse/MDL-84907)