Skip to content

Commit 6294873

Browse files
committed
Add changelog entries
1 parent 0f7569d commit 6294873

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/src/docs/asciidoc/changelog.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33

44
== Release 0.11.0
55

6-
This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run.
6+
- This version introduces a breaking change: the plugin now requires Gradle 8.3+ and Java 17 to run
7+
- Refactored JUnit support:
8+
-- new implementation doesn't require list of classes for build-time initialization (starting from GraalVM for JDK 22)
9+
-- added support for `@FieldSource` for `@ParameterizedTest` methods
10+
-- added support for (registering for reflection) interfaces implemented by test classes
11+
-- added support for `org.junit.rules.ExpectedException`
12+
-- removed fallback mode that used classpath to generate test plan
713

814
=== Gradle plugin
915

@@ -12,6 +18,7 @@ This version introduces a breaking change: the plugin now requires Gradle 8.3+ a
1218
=== Maven plugin
1319

1420
- Added support for running integration tests via maven-failsafe-plugin
21+
- Provided scope dependencies are now included
1522
- Add `runtimeArgs` support to `native-maven-plugin`
1623

1724
== Release 0.10.6

0 commit comments

Comments
 (0)