Skip to content

Commit 22c8ce0

Browse files
author
Sylvain MARIE
committed
Changelog update
1 parent 124375e commit 22c8ce0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
### 1.13.2 - in progress - bugfixes and hook feature
3+
### 1.14.0 - bugfixes and hook feature
4+
5+
- Fixed `ids` precedence order when using `pytest.mark.parametrize` in a `fixture_plus`. Fixed [#87](https://github.com/smarie/python-pytest-cases/issues/87)
6+
7+
- Fixed issue with `fixture_union` when using the same fixture twice in it. Fixes [#85](https://github.com/smarie/python-pytest-cases/issues/85)
48

59
- 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)
610

0 commit comments

Comments
 (0)