Skip to content

Commit 6a992da

Browse files
committed
Fix changes.
1 parent e23b58b commit 6a992da

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/changes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ all releases are available on `PyPI <https://pypi.org/project/pytask>`_ and
2828
- :gh:`102` adds an example if a parametrization provides not the number of arguments
2929
specified in the signature.
3030
- :gh:`105` simplifies the logging of the tasks.
31-
- :gh:`106` makes pytask return :func:`pdb.set_trace` at the end of a session which
32-
allows to use ``breakpoint()`` inside test functions using pytask.
31+
- :gh:`107` adds and new hook ``pytask_unconfigure`` which makes pytask return
32+
:func:`pdb.set_trace` at the end of a session which allows to use ``breakpoint()``
33+
inside test functions using pytask.
3334

3435

3536
0.0.14 - 2021-03-23

0 commit comments

Comments
 (0)