MDL-80949 mod_data: Remove unused Allow autolink param for text field
[moodle.git] / notes / upgrade.txt
blobaf35cb2bacdd317763eefcb78cb14ca052ceb7e1
1 This file describes API changes in /notes/*,
2 information provided here is intended especially for developers.
4 === 3.7 ===
6 * External function core_notes_external::get_course_notes now returns this additional two fields:
7   - canmanagesystemnotes: Whether the user can manage notes at system level.
8   - canmanagecoursenotes: Whether the user can manage notes at the given course.