mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 20:13:14 +01:00
11 lines
430 B
YAML
11 lines
430 B
YAML
issueNumber: MDL-82747
|
|
notes:
|
|
core:
|
|
- message: >-
|
|
The Moodle autoloader should now be registered using
|
|
`\core\component::register_autoloader` rather than manually doing so in
|
|
any exceptional location which requires it. It is not normally necessary
|
|
to include the autoloader manually, as it is registered automatically
|
|
when the Moodle environment is bootstrapped.
|
|
type: improved
|