forked from ccnmtl/django-lti-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
36 lines (29 loc) · 792 Bytes
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
0.3.2 (2018-02-06)
===================
* MySQL database compatibility
0.3.1 (2018-01-19)
===================
* Change how incoming requests are assessed/verified
0.3.0 (2017-12-05)
===================
* Add django 2.0 support
0.2.3 (2017-11-30)
===================
* Add success / failure messaging around grade passback
0.2.2 (2017-11-03)
===================
* Fixed an encoding error on LTI init in Python 3
0.2.1 (2017-10-26)
===================
* Python 3 fix: items() instead of iteritems()
* Make LTIRoutingView exempt from CSRF checks
0.2.0 (2017-10-20)
===================
* Session awareness
* Refactoring auth failure and course configuration paths
* Add multiple assignment routing
* Documentation
* pypi release
0.1.0 (2016-07-09)
===================
* initial release