forked from MediaSapiens/flask-social
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGES
More file actions
41 lines (25 loc) · 761 Bytes
/
CHANGES
File metadata and controls
41 lines (25 loc) · 761 Bytes
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
37
38
39
40
41
Flask-Social Changelog
======================
Here you can see the full list of changes between each Flask-Social release.
Version 1.5.3
-------------
Released December 12 2012
- Fix small bug with default configuration
Version 1.5.2
-------------
Released December 11 2012
- Fix small bug with provider modules
Version 1.5.1
-------------
Released October 12 2012
- Change default blueprint name to 'social' to match up with 'security'
- Ensure commit is called after social login
- Abstract a bit of the connection callback for more flexibility. See the example app
Version 1.5.0
-------------
Released October 11 2012
- Updated to sync up with latest release of Flask-Security
Version 0.1.0
-------------
Released March 2012
- Initial release