MDL-80741 mod_assign: Move upgrade notes

This commit is contained in:
Andrew Nicols 2024-05-24 10:13:00 +08:00 committed by Huong Nguyen
parent 48bc966a59
commit a4484911bf
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 18 additions and 7 deletions

View File

@ -0,0 +1,18 @@
issueNumber: MDL-80741
notes:
mod_assign:
- message: >
The default option "Never" for `attemptreopenmethod` setting, which
disallowed multiple attempts at the assignment, has been removed. This
option was unnecessary because limiting attempts to 1 through the
`maxattempts` setting achieves the same behavior.
type: removed
- message: >
The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated,
and a new default value for `attemptreopenmethod` has been set to
"Automatically until pass".
type: deprecated
- message: >
A new default value for `attemptreopenmethod` has been set to
"Automatically until pass".
type: improved

View File

@ -5,13 +5,6 @@ This file has been replaced by UPGRADING.md. See MDL-81125 for further informati
===
This files describes API changes in the assign code.
=== 4.4 ===
* The default option "Never" for "attemptreopenmethod" setting, which disallowed multiple attempts at the assignment,
has been removed. This option was unnecessary because limiting attempts to 1 through the "maxattempts" setting achieves
the same behavior. As a part of the removal process, the constant ASSIGN_ATTEMPT_REOPEN_METHOD_NONE has been deprecated,
and a new default value for "attemptreopenmethod" has been set to "Automatically until pass".
=== 4.3 ===
* The following deprecated methods have been removed and should not be used any more:
- `assign::add_to_log`