You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added missing documentation for the get_current_user method and clarifications to the CurrentUser class. (Thanks, @Xx-Ashutosh-xX)
Canvas.get_announcement now has a required parameter context_codes, which accepts a list of course IDs or Course objects.
Updated contributing guide
Added missing documentation for the "Smart DateTimes" feature
Added basic troubleshooting guide to documentation
Bugfixes
Fixed an issue where an Announcement object sometimes didn't have an associated course ID. (Thanks, @bennettscience)
Fixed an issue where an encoding problem could lead to file downloads hanging indefinitely. (Thanks, @blepabyte)
Deprecation Warnings
The enrollment_type argument on Course.enroll_user is now deprecated. Pass this information to enrollment[type] as a keyword argument instead. e.g. enroll_user(enrollment={'type': 'StudentEnrollment'})