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
Future releases of CanvasAPI will NOT support Python 3.4 or below
This is the final deprecation warning for all methods marked as deprecated in this changelog or in our documentation. They will be removed in the next release.
Bugfixes
Fixed an issue where Quiz.get_submission() ignored data added from using the include kwarg. (Thanks,@Mike-Nahmias)
Fixed the broken __str__ method on the ChangeRecord class (Thanks,@Mike-Nahmias)
Fixed an issue where printing an AccountReport would fail due to not having an ID (Thanks,@Mike-Nahmias)
Fixed an issue where "report_type" was passed improperly (Thanks,@brucespang)