Moodle release 2.6.4
[moodle.git] / cohort / upgrade.txt
blobd776e6f5cf4a775e1893c70aa0e9e09d82f57a4d
1 This files describes API changes in /cohort/ information provided here is intended
2 especially for developers.
4 === 2.6 ===
5 * Webservice core_cohort_update_cohorts was incorrectly specifiying float as the parameter type
6   for cohort id. This field is actually int and input is now reported and processed as such.
7 * Webservice core_cohort_get_cohorts was incorrectly specifiying float as the return
8   type for cohort id. The actual return type is int and is now reported as such.