File tree Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Expand file tree Collapse file tree 3 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11Changes
22======= 
33
4- 0.11.0 (Unreleased )
4+ 0.11.0 (2020-02-18 )
55------------------- 
66
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+ 
820
9210.10.1 (2017-02-12)
1022------------------- 
Original file line number Diff line number Diff line change 5757# built documents. 
5858# 
5959# The short X.Y version. 
60- version  =  '0.11' 
60+ version  =  '0.11.0 ' 
6161# The full version, including alpha/beta/rc tags. 
62- release  =  '0.11.dev0 ' 
62+ release  =  '0.11.0 ' 
6363
6464# The language for content autogenerated by Sphinx. Refer to documentation 
6565# for a list of supported languages. 
Original file line number Diff line number Diff line change 1414
1515setup (
1616    name = 'Flask-DebugToolbar' ,
17-     version = '0.11.dev0 ' ,
17+     version = '0.11.0 ' ,
1818    url = 'https://flask-debugtoolbar.readthedocs.io/' ,
1919    license = 'BSD' ,
2020    author = 'Michael van Tellingen' ,
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments