Skip to content

Commit b5f45a6

Browse files
author
Sylvain MARIE
committed
1.10.0 changelog
1 parent 5647bb7 commit b5f45a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### 1.10.0 - New feature: fixtures unpacking
44

5-
You can now unpack a fixture iterable into several individual fixtures using `unpack_fixture` or using `@pytest_fixture_plus(unpack_into=)`. Fixed [#50](https://github.com/smarie/python-pytest-cases/issues/50).
5+
You can now unpack a fixture iterable into several individual fixtures using `unpack_fixture` or using `@pytest_fixture_plus(unpack_into=<names>)`. This is also available in `union_fixture(unpack_into=<names>)`. Fixed [#50](https://github.com/smarie/python-pytest-cases/issues/50) and [#51](https://github.com/smarie/python-pytest-cases/issues/51).
66

77
### 1.9.3 - Bugfix
88

0 commit comments

Comments
 (0)