1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-09-16 09:06:18 +02:00

Update wording for release note sections.

This commit is contained in:
David Steele
2017-04-06 21:47:43 -04:00
parent b620e6b282
commit edfb0962b6
2 changed files with 10 additions and 2 deletions

View File

@@ -308,7 +308,7 @@ sub docGet
if ($iStableReleaseTotal == 0)
{
$oSection = $oDoc->nodeAdd('section', undef, {id => 'supported'});
$oSection->nodeAdd('title')->textSet("Supported Stable Releases");
$oSection->nodeAdd('title')->textSet("Stable Releases");
}
$iStableReleaseTotal++;
@@ -318,7 +318,7 @@ sub docGet
if ($iUnsupportedReleaseTotal == 0)
{
$oSection = $oDoc->nodeAdd('section', undef, {id => 'unsupported'});
$oSection->nodeAdd('title')->textSet("Unsupported Releases");
$oSection->nodeAdd('title')->textSet("Pre-Stable Releases");
}
$iUnsupportedReleaseTotal++;

View File

@@ -188,6 +188,14 @@
</release-refactor-list>
</release-core-list>
<release-doc-list>
<release-refactor-list>
<release-item>
<p>Update wording for release note sections.</p>
</release-item>
</release-refactor-list>
</release-doc-list>
<release-test-list>
<release-refactor-list>
<release-item>