Skip to content

Commit b69f0f1

Browse files
author
Sylvain MARIE
committed
changelog
1 parent 26387b5 commit b69f0f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/changelog.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Changelog
22

3-
### 1.13.2 - in progress - bugfixes
3+
### 1.13.2 - in progress - bugfixes and hook feature
44

5+
- Added the possibility to pass a `hook` function in all API where fixtures are created behind the scenes, so as to ease debugging and/or save fixtures (with `stored_fixture` from pytest harvest). Fixes [#83](https://github.com/smarie/python-pytest-cases/issues/83)
6+
57
- Fixture closures now support reordering when no unions are present. This suppressed the annoying warning "WARNING the new order is not taken into account !!" when it was not relevant. Fixes [#81](https://github.com/smarie/python-pytest-cases/issues/81)
68

79
### 1.13.1 - packaging improvements

0 commit comments

Comments
 (0)