File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,9 @@ Change log
23
23
* Added a new mechanism for capturing stack traces which includes per-request
24
24
caching to reduce expensive file system operations. Updated the cache and
25
25
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 ``.
26
+ * Changed the ``docs `` tox environment to allow passing positional arguments.
27
+ This allows e.g. building a HTML version of the docs using ``tox -e docs
28
+ html ``.
28
29
* Stayed on top of pre-commit hook updates.
29
30
* Replaced ``OrderedDict `` by ``dict `` where possible.
30
31
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ spooler
34
34
stacktrace
35
35
stacktraces
36
36
timeline
37
+ tox
37
38
Transifex
38
39
unhashable
39
40
uWSGI
You can’t perform that action at this time.
0 commit comments