forked from pallets-eco/flask-principal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES
46 lines (25 loc) · 771 Bytes
/
CHANGES
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
42
43
44
Flask-Principal Changelog
=========================
Here you can see the full list of changes between each Flask-Principal release.
Version 0.3.3
-------------
Released September 4th 2012
- Add ``init_app`` method to accomodate usage with a factory pattern.
Version 0.3.2
-------------
Released August 25th 2012
- Update to check for ``static_url_path`` in Flask 0.9
Version 0.3.1
-------------
Released August 16th 2012
- Fixed bug with re-raising exceptions/tracebacks
Version 0.3
-----------
Released June 20th 2012
- Python 2.5/GAE support
- New extension structure
- Added ignore_static option
- Updated docs
Version 0.2
-----------
Initial development by Ali Asfshar. `Original repository <https://bitbucket.org/aafshar/flask-principal-main>`_