mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
13 lines
489 B
Plaintext
13 lines
489 B
Plaintext
=== 4.5 Onwards ===
|
|
|
|
This file has been replaced by UPGRADING.md. See MDL-81125 for further information.
|
|
|
|
===
|
|
This file describes API changes in /notes/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 3.7 ===
|
|
|
|
* External function core_notes_external::get_course_notes now returns this additional two fields:
|
|
- canmanagesystemnotes: Whether the user can manage notes at system level.
|
|
- canmanagecoursenotes: Whether the user can manage notes at the given course. |