Skip to content

Commit b5cf634

Browse files
author
Sylvain MARIE
committed
2.2.2 changelog
1 parent 60d0498 commit b5cf634

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 2.2.2 - `@parametrize_with_cases` compatibility improvements
4+
5+
- `@parametrize_with_cases` now supports that `argnames` is a list or tuple, just as `@pytest.mark.parametrize` does. PR [#132](https://github.com/smarie/python-pytest-cases/pull/132), by [`@saroad2`](https://github.com/saroad2).
6+
37
### 2.2.1 - setup.py fix to enforce dependency version
48

59
- Now enforcing usage of `makefun` 1.9.3 or above to avoid issue `AttributeError: 'functools.partial' object has no attribute '__module__'` mentioned in [#128](https://github.com/smarie/python-pytest-cases/issues/128)

0 commit comments

Comments
 (0)