Skip to content

Commit 1c586c9

Browse files
committed
Update change log
1 parent 1ea9dfb commit 1c586c9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/changes.rst

+11
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ Change log
1111
* Fixed the cache panel to correctly count cache misses from the get_many()
1212
cache method.
1313
* Removed some obsolete compatibility code from the stack trace recording code.
14+
* Added a new mechanism for capturing stack traces which includes per-request
15+
caching to reduce expensive file system operations. Updated the cache and
16+
SQL panels to record stack traces using this new mechanism.
17+
18+
Deprecated features
19+
~~~~~~~~~~~~~~~~~~~
20+
21+
* The ``debug_toolbar.utils.get_stack()`` and
22+
``debug_toolbar.utils.tidy_stacktrace()`` functions are deprecated in favor
23+
of the new ``debug_toolbar.utils.get_stack_trace()`` function. They will
24+
removed in the next major version of the Debug Toolbar.
1425

1526
3.4.0 (2022-05-03)
1627
------------------

0 commit comments

Comments
 (0)