Skip to content

Commit 2cbdca2

Browse files
committed
Update changelog for #926
Also fix some inconsistencies in the changelog on the way.
1 parent d6fa05e commit 2cbdca2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
2.8.0.dev (compared to 2.7.X)
22
-----------------------------
33

4+
- Fix issue736: Fix a bug where fixture params would be discarded when combined
5+
with parametrization markers.
6+
Thanks to Markus Unterwaditzer for the PR.
7+
48
- Add 'warns' to assert that warnings are thrown (like 'raises').
59
Thanks to Eric Hunsberger for the PR.
610

7-
- Fix #683: Do not apply an already applied mark. Thanks ojake for the PR.
11+
- Fix issue683: Do not apply an already applied mark. Thanks ojake for the PR.
812

913
- Deal with capturing failures better so fewer exceptions get lost to
1014
/dev/null. Thanks David Szotten for the PR.
@@ -30,7 +34,7 @@
3034
deprecated.
3135
Thanks Bruno Oliveira for the PR.
3236

33-
- fix issue 808: pytest's internal assertion rewrite hook now implements the
37+
- fix issue808: pytest's internal assertion rewrite hook now implements the
3438
optional PEP302 get_data API so tests can access data files next to them.
3539
Thanks xmo-odoo for request and example and Bruno Oliveira for
3640
the PR.

0 commit comments

Comments
 (0)