Skip to content

Commit 1e6f85b

Browse files
committed
Add a few missing entries to the changelog
1 parent f01ee7b commit 1e6f85b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/changes.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Change log
33

44
* Properly implemented tracking and display of PostgreSQL transactions.
55
* Removed third party panels which have been archived on GitHub.
6-
* Added Django 4.1a1 to the CI matrix.
6+
* Added Django 4.1b1 to the CI matrix.
77
* Stopped crashing when ``request.GET`` and ``request.POST`` are neither
88
dictionaries nor ``QueryDict`` instances. Using anything but ``QueryDict``
99
instances isn't a valid use of Django but, again, django-debug-toolbar
@@ -23,6 +23,10 @@ Change log
2323
* Added a new mechanism for capturing stack traces which includes per-request
2424
caching to reduce expensive file system operations. Updated the cache and
2525
SQL panels to record stack traces using this new mechanism.
26+
* Changed the ``docs`` tox environment to allow passing posargs. This allows
27+
e.g. building a HTML version of the docs using ``tox -e docs html``.
28+
* Stayed on top of pre-commit hook updates.
29+
* Replaced ``OrderedDict`` by ``dict`` where possible.
2630

2731
Deprecated features
2832
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)