aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRob Hudson2011-04-25 11:26:01 -0700
committerRob Hudson2011-04-25 11:26:01 -0700
commit6479ad305ab763a5eceb68c8eb0806caa6b63f77 (patch)
tree6580aaf0caf8a62d4bcf6c8bb7b2c60bfd7e73f4 /NEWS
parent1ba439bff713560b0aa5340bd25c57bdc8152d5f (diff)
downloaddjango-debug-toolbar-6479ad305ab763a5eceb68c8eb0806caa6b63f77.tar.bz2
Bumped version and updated NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f9b0cf8..cd13405 100644
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,20 @@
News for django-debug-toolbar
=============================
-develop branch
---------------
+0.8.5 (2011 Apr 25)
+-------------------
+
+* Ensure if we're overriding the urlconf that we're resetting handler404/500.
+
+* Updated middleware logic to avoid work if content-type isn't right.
+
+* Change .load() calls to GET to avoid CSRF protection.
+
+* Updated SQL panel to match Django's which now includes logging.
+
+* Added basic multi-db support.
+
+* Some HTML validation fixes.
* Added support for `executemany`. Thanks to postal2600.