Skip to content

Commit 2cf268b

Browse files
committed
Add changes to the CHANGELOG
1 parent 0ade261 commit 2cf268b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/changes.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,18 @@ UNRELEASED
55
----------
66

77
* Removed support for Django < 1.11.
8-
* Added support and testsing for Django 2.1 and Python 3.7. No actual code
8+
* Added support and testing for Django 2.1 and Python 3.7. No actual code
99
changes were required.
10+
* Removed the jQuery dependency. This means that django-debug-toolbar
11+
now requires modern browsers with support for ``fetch``, ``classList``
12+
etc.
13+
* Added support for the server timing header.
14+
* Added a differentiation between similar and duplicate queries. Similar
15+
queries are what duplicate queries used to be (same SQL, different
16+
parameters).
17+
* Stopped hiding frames from Django'c contrib apps in stacktraces by
18+
default.
19+
* Lots of small cleanups and bugfixes.
1020

1121
1.9.1 (2017-11-15)
1222
------------------

0 commit comments

Comments
 (0)