We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3b756 commit 0732f45Copy full SHA for 0732f45
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [4.0.0]
+## [4.0.0] - 2025-06-22
4
### Breaking
5
- Renamed argument `filepath` of methods `write_xml`, `TestSuite.write`, and `JUnitXml.write`
6
to `file_or_filename`, as these methods now support file objects and file-like objects.
@@ -19,7 +19,7 @@
19
20
If you want to create a `TestSuite` instance from a `<TestSuite>` element, use
21
22
- TestSuite.fromelem(elem)
+ `TestSuite.fromelem(elem)`
23
24
## [3.1.2] - 2024-08-31
25
### Fixed
0 commit comments