Skip to content

Commit 3aeb3dd

Browse files
ConorMacBridegithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent 310ee99 commit 3aeb3dd

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

CHANGES.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
1+
## v0.16.1 - 2022-07-23
2+
3+
<!-- Release notes generated using configuration in .github/release.yml at main -->
4+
### What's Changed
5+
6+
#### Fixes
7+
8+
- Fix tests which exit before returning a figure or use `unittest.TestCase` by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/171
9+
10+
#### Other Changes
11+
12+
- Rename default branch to `main` by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/169
13+
14+
**Full Changelog**: https://github.com/matplotlib/pytest-mpl/compare/v0.16.0...v0.16.1
15+
116
## v0.16.0 - 2022-06-14
217

318
### Fixes
419

520
- Make summary log message about test results in general instead of failures by @neutrinoceros in https://github.com/matplotlib/pytest-mpl/pull/148
621
- Add support for classes with pytest 7 by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/164
7-
Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
8-
- Hash library test names will need to be regenerated/updated to include the class name.
9-
- If the undocumented `mpl-use-full-test-name` ini option is enabled, the the baseline images will need to be regenerated, or have their filename updated to include the class name.
22+
- Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
23+
- - Hash library test names will need to be regenerated/updated to include the class name.
24+
- - If the undocumented `mpl-use-full-test-name` ini option is enabled, the the baseline images will need to be regenerated, or have their filename updated to include the class name.
1025

1126
### Other Changes
1227

0 commit comments

Comments
 (0)