Skip to content

Commit

Permalink
Add changes to the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Sep 6, 2018
1 parent 0ade261 commit 2cf268b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@ UNRELEASED
----------

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

1.9.1 (2017-11-15)
------------------
Expand Down

0 comments on commit 2cf268b

Please sign in to comment.