diff options
| author | Aymeric Augustin | 2014-03-09 21:51:48 +0100 |
|---|---|---|
| committer | Aymeric Augustin | 2014-03-09 21:51:48 +0100 |
| commit | b3e2c1afb1518802609f493343165a90169ae64a (patch) | |
| tree | 39c48cdcb32a5194a0349fb4ef21ab0b368f7207 /docs/changes.rst | |
| parent | a9134faef721f0166f25b0ae717ab96e4c3a4a40 (diff) | |
| download | django-debug-toolbar-b3e2c1afb1518802609f493343165a90169ae64a.tar.bz2 | |
Initiate changelog for 1.1.
Diffstat (limited to 'docs/changes.rst')
| -rw-r--r-- | docs/changes.rst | 24 |
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 --- |
