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
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 ``.
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 ``.
2829* Stayed on top of pre-commit hook updates.
2930* Replaced ``OrderedDict `` by ``dict `` where possible.
3031
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ spooler
3434stacktrace
3535stacktraces
3636timeline
37+ tox
3738Transifex
3839unhashable
3940uWSGI
You can’t perform that action at this time.
0 commit comments