From b3e2c1afb1518802609f493343165a90169ae64a Mon Sep 17 00:00:00 2001 From: Aymeric Augustin Date: Sun, 9 Mar 2014 21:51:48 +0100 Subject: Initiate changelog for 1.1. --- docs/changes.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/changes.rst') 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 --- -- cgit v1.2.3