File tree 3 files changed +17
-5
lines changed
3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- 0.11.0 (Unreleased )
4
+ 0.11.0 (2020-02-18 )
5
5
-------------------
6
6
7
- -??
7
+ Enhancements:
8
+
9
+ - Switch to Flask's native CLI, dropping flask_script in the process (b92391d, thanks @jeffwidman)
10
+ - Do not show DebugToolbar routes in the route map (#86, thanks @floqqi)
11
+ - Document Pygments for SQL highlighting (#127, thanks @pgiraud)
12
+
13
+ Fixes:
14
+
15
+ - Remove deprecated flask.json_available (#119, thanks @davidism)
16
+ - Remove deprecated request.is_xhr (7ce099c, thanks @jeffwidman)
17
+ - Explicitly disable `SQLALCHEMY_TRACK_MODIFICATIONS ` (9c7db48, thanks @jeffwidman)
18
+ - Fix typo (#142, thanks @timgates42)
19
+
8
20
9
21
0.10.1 (2017-02-12)
10
22
-------------------
Original file line number Diff line number Diff line change 57
57
# built documents.
58
58
#
59
59
# The short X.Y version.
60
- version = '0.11'
60
+ version = '0.11.0 '
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '0.11.dev0 '
62
+ release = '0.11.0 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 14
14
15
15
setup (
16
16
name = 'Flask-DebugToolbar' ,
17
- version = '0.11.dev0 ' ,
17
+ version = '0.11.0 ' ,
18
18
url = 'https://flask-debugtoolbar.readthedocs.io/' ,
19
19
license = 'BSD' ,
20
20
author = 'Michael van Tellingen' ,
You can’t perform that action at this time.
0 commit comments