mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 04:23:22 +01:00
9 lines
284 B
YAML
9 lines
284 B
YAML
issueNumber: MDL-81919
|
|
notes:
|
|
core:
|
|
- message: >
|
|
Added a mechanism to support autoloading of legacy class files.
|
|
|
|
This will help to reduce the number of require_once calls in the codebase, and move away from the use of monolithic libraries.
|
|
type: improved
|