Skip to content

Commit

Permalink
2.2.5 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain MARIE committed Oct 2, 2020
1 parent 0bcbd49 commit d42b296
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

### 2.2.5 - Marks are now correctly propagated from Case class

- Marks set on a case class are now propagated to cases in the class. So you can use for example [`pytest-pilot`](https://smarie.github.io/python-pytest-pilot/) more easily ! Fixes [#139](https://github.com/smarie/python-pytest-cases/issues/139)

### 2.2.4 - Fixes issue

- Fixed "Created fixture names are not unique, please report" error when duplicate fixture reference is provided in a pytest.param. Fixes [#138](https://github.com/smarie/python-pytest-cases/issues/138).
Expand Down

0 comments on commit d42b296

Please sign in to comment.