Skip to content

Commit 0732f45

Browse files
committed
release 4.0.0
1 parent 2e3b756 commit 0732f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [4.0.0]
3+
## [4.0.0] - 2025-06-22
44
### Breaking
55
- Renamed argument `filepath` of methods `write_xml`, `TestSuite.write`, and `JUnitXml.write`
66
to `file_or_filename`, as these methods now support file objects and file-like objects.
@@ -19,7 +19,7 @@
1919

2020
If you want to create a `TestSuite` instance from a `<TestSuite>` element, use
2121

22-
TestSuite.fromelem(elem)
22+
`TestSuite.fromelem(elem)`
2323

2424
## [3.1.2] - 2024-08-31
2525
### Fixed

0 commit comments

Comments
 (0)