Merge branch 'release/0.8.0'

This commit is contained in:
Matt Good
2013-02-21 12:26:23 -08:00
2 changed files with 21 additions and 3 deletions

View File

@@ -1,6 +1,24 @@
Changes
=======
0.8 (2013-02-21)
----------------
Enhancements:
- Use `itsdangerous <http://pythonhosted.org/itsdangerous/>`_ to sign SQL queries
- Expose the jQuery object as ``fldt.$`` so extensions can use the toolbar's
copy of jQuery (#42)
Fixes:
- Don't intercept redirects on XHR requests (#41)
- Fix SQL query time display as milliseconds (#36)
- Fix ``functools.partial`` error (#35)
- Fix werkzeug request logging with logging panel (#33)
- Fix SQL panel unicode encoding error (#31)
0.7.1 (2012-05-18)
------------------
@@ -20,7 +38,7 @@ Enhancements:
0.6.3.1 (2012-04-16)
------------------
--------------------
New release to add missing changelog for 0.6.3

View File

@@ -14,8 +14,8 @@ except:
setup(
name='Flask-DebugToolbar',
version='0.7.1',
url='http://github.com/mgood/flask-debugtoolbar',
version='0.8.0',
url='http://flask-debugtoolbar.rtfd.org/',
license='BSD',
author='Michael van Tellingen',
author_email='michaelvantellingen@gmail.com',