From 7562615cd2aad49c1cf4e95b83cb6c73f997f9b5 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 7 Nov 2025 14:49:25 +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 0875ae9310f..303319c3ce2 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -19,6 +19,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt value. For more information see [MDL-85975](https://tracker.moodle.org/browse/MDL-85975) +- When responding to pcntl signals, call existing signal handlers. + + For more information see [MDL-87079](https://tracker.moodle.org/browse/MDL-87079) ## 4.5.7 diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index 21753dd7ea1..eb0d85e9111 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -11,6 +11,9 @@ value. For more information see [MDL-85975](https://tracker.moodle.org/browse/MDL-85975) +- When responding to pcntl signals, call existing signal handlers. + + For more information see [MDL-87079](https://tracker.moodle.org/browse/MDL-87079) ## 4.5.7