Skip to content

Commit 6d7c416

Browse files
authored
Show only latest version change notes in what's new screen (#8622)
Addresses #8612
1 parent 08d4912 commit 6d7c416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ intellijPlatform {
259259
untilBuild = untilBuildInput
260260
}
261261
changeNotes = provider {
262-
project.changelog.render(Changelog.OutputType.HTML)
262+
project.changelog.renderItem(project.changelog.getLatest(), Changelog.OutputType.HTML)
263263
}
264264
}
265265

0 commit comments

Comments
 (0)