aboutsummaryrefslogtreecommitdiffstats
path: root/docs/changes.rst
diff options
context:
space:
mode:
authorAymeric Augustin2014-03-09 21:51:48 +0100
committerAymeric Augustin2014-03-09 21:51:48 +0100
commitb3e2c1afb1518802609f493343165a90169ae64a (patch)
tree39c48cdcb32a5194a0349fb4ef21ab0b368f7207 /docs/changes.rst
parenta9134faef721f0166f25b0ae717ab96e4c3a4a40 (diff)
downloaddjango-debug-toolbar-b3e2c1afb1518802609f493343165a90169ae64a.tar.bz2
Initiate changelog for 1.1.
Diffstat (limited to 'docs/changes.rst')
-rw-r--r--docs/changes.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/changes.rst b/docs/changes.rst
index 4c3012a..cbf1f6c 100644
--- a/docs/changes.rst
+++ b/docs/changes.rst
@@ -1,6 +1,30 @@
Change log
==========
+1.1
+---
+
+This is the first version compatible with Django 1.7.
+
+New features
+~~~~~~~~~~~~
+
+* The SQL panel colors queries depending on the stack level.
+
+Bugfixes
+~~~~~~~~
+
+* Support languages where lowercase and uppercase strings may have different
+ lengths.
+* Allow using cursor as context managers.
+* Various JavaScript improvements.
+
+Deprecated features
+~~~~~~~~~~~~~~~~~~~
+
+* The `INTERCEPT_REDIRECT` setting is superseded by the more generic
+ `DISABLE_PANELS`.
+
1.0
---