Skip to content

Commit a907c53

Browse files
authored
feat: phrasing on OEL changelog when no changes are mentioned otherwise. (#2375)
1 parent 16c8dca commit a907c53

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/components/ListChangelogs/ListChangelogs.jsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ export default function ListChangelogs({ dir }) {
115115
{isNoChanges ? (
116116
<>
117117
<Heading as="h2">{version}</Heading>
118-
<p>No changes requiring a changelog in the {version}.</p>
118+
<p>
119+
This version contains only minor changes and improvements such
120+
as dependency updates.
121+
</p>
119122
</>
120123
) : (
121124
<Comp />

0 commit comments

Comments
 (0)