1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-07-15 01:04:37 +02:00

Remove "Additional Notes" header from release notes.

This was intended to separate the code changes from documentation and test suite changes but it arguably does not add any clarity.

Since documentation and test suite changes are explicitly marked as such that should be clear enough.
This commit is contained in:
David Steele
2025-01-20 14:19:25 -05:00
parent 23bd392bdc
commit 4bc9376d6f

View File

@ -522,7 +522,6 @@ sub docGet
$oReleaseSection->nodeAdd('subsubtitle')->textSet($strDateOut);
# Add release sections
my $bAdditionalNotes = false;
my $bReleaseNote = false;
my $hSectionType =
@ -552,12 +551,6 @@ sub docGet
if ($oRelease->nodeGet($strSectionType)->nodeTest($strItemType))
{
if ($strSectionType ne XML_RELEASE_CORE_LIST && !$bAdditionalNotes)
{
$oReleaseSection->nodeAdd('subtitle')->textSet('Additional Notes');
$bAdditionalNotes = true;
}
# Add release note if present
if (!$bReleaseNote && defined($oRelease->nodeGet($strSectionType)->textGet(false)))
{